#C01659

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

Shades of Old Rose #C01659

Tints of Old Rose #C01659

Color information

#C01659 (or 0xC01659) is unknown color: approx Old Rose. HEX triplet: C0, 16 and 59. RGB value is (192,22,89). Sum of RGB (Red+Green+Blue) = 192+22+89=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C01659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01659 is #3FE9A6. Grayscale: #505050. Windows color (decimal): -4188583 or 5838528. OLE color: 5838528.

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

Color convert

RGB1922289-
CMYK00.890.540.25
HSL336.35º79.44%41.96%-
HSV(B)336.35º88.54%75.29%-
XYZ23.8312.510.61-
YUV80.47132.82207.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.37%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 89 (35.16% from 255) = 29.37%
R=63.37%
G=7.26%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192228900.890.540.25336.3579.4441.96
HexC0165905936191504f2a
Octal300261310131663152011752
Binary1100000010110101100101011001110110110011010100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01659; }

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

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

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

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

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

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

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

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