#c13257

Color #C13257 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C13257

Tints of Old Rose #C13257

Color information

#C13257 (or 0xC13257) is unknown color: approx Old Rose. HEX triplet: C1, 32 and 57. RGB value is (193,50,87). Sum of RGB (Red+Green+Blue) = 193+50+87=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C13257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13257 is #3ECDA8. Grayscale: #606060. Windows color (decimal): -4115881 or 5714625. OLE color: 5714625.

HSL color Cylindrical-coordinate representation of color #C13257: hue angle of 344.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13257 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1935087-
CMYK00.740.550.24
HSL344.48º58.85%47.65%-
HSV(B)344.48º74.09%75.69%-
XYZ24.8514.3110.47-
YUV96.98122.38196.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=58.48%
G=15.15%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193508700.740.550.24344.4858.8547.65
HexC1325704A37181583b30
Octal30162127011267305307360
Binary1100000111001010101110100101011011111000101011000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13257; }

 p { color: rgb(193,50,87); }

 H1.HeaderClassName
 {
   color: #c13257;
 }
 .AnyTagClassName
 {
   color: #c13257;
 }
</style>
background-color css

<style>
 a { background-color: #c13257; }

 a { background-color: rgb(193,50,87); }

 div.DivClassName
 {
   background-color: #c13257;
 }
 .BgClassName
 {
   background-color: #c13257;
 }
</style>
border-color css

<style>
 span { border-color: #c13257; }

 span { border-color: rgb(193,50,87); }

 td.TdClassName
 {
   border-color: #c13257;
 }
 .TagClassName
 {
   border-color: #c13257;
 }
</style>