#C01C57

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

Shades of Old Rose #C01C57

Tints of Old Rose #C01C57

Color information

#C01C57 (or 0xC01C57) is unknown color: approx Old Rose. HEX triplet: C0, 1C and 57. RGB value is (192,28,87). Sum of RGB (Red+Green+Blue) = 192+28+87=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01C57 is #3FE3A8. Grayscale: #535353. Windows color (decimal): -4187049 or 5708992. OLE color: 5708992.

HSL color Cylindrical-coordinate representation of color #C01C57: hue angle of 338.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C57 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1922887-
CMYK00.850.550.25
HSL338.41º74.55%43.14%-
HSV(B)338.41º85.42%75.29%-
XYZ23.8712.7310.21-
YUV83.76129.83205.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.54%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=62.54%
G=9.12%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192288700.850.550.25338.4174.5543.14
HexC01C5705537191524b2b
Octal300341270125673152211353
Binary1100000011100101011101010101110111110011010100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01C57; }

 p { color: rgb(192,28,87); }

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

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

 a { background-color: rgb(192,28,87); }

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

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

 span { border-color: rgb(192,28,87); }

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