#C01B59

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

Shades of Old Rose #C01B59

Tints of Old Rose #C01B59

Color information

#C01B59 (or 0xC01B59) is unknown color: approx Old Rose. HEX triplet: C0, 1B and 59. RGB value is (192,27,89). Sum of RGB (Red+Green+Blue) = 192+27+89=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01B59 is #3FE4A6. Grayscale: #535353. Windows color (decimal): -4187303 or 5839808. OLE color: 5839808.

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

Color convert

RGB1922789-
CMYK00.860.540.25
HSL337.45º75.34%42.94%-
HSV(B)337.45º85.94%75.29%-
XYZ23.9312.7110.64-
YUV83.4131.16205.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.34%
GREEN value IS 27 (10.94% from 255) = 8.77%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=62.34%
G=8.77%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192278900.860.540.25337.4575.3442.94
HexC01B5905636191514b2b
Octal300331310126663152111353
Binary1100000011011101100101010110110110110011010100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01B59; }

 p { color: rgb(192,27,89); }

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

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

 a { background-color: rgb(192,27,89); }

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

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

 span { border-color: rgb(192,27,89); }

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