#C04059

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

Shades of Old Rose #C04059

Tints of Old Rose #C04059

Color information

#C04059 (or 0xC04059) is unknown color: approx Old Rose. HEX triplet: C0, 40 and 59. RGB value is (192,64,89). Sum of RGB (Red+Green+Blue) = 192+64+89=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C04059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04059 is #3FBFA6. Grayscale: #696969. Windows color (decimal): -4177831 or 5849280. OLE color: 5849280.

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

Color convert

RGB1926489-
CMYK00.670.540.25
HSL348.28º50.39%50.2%-
HSV(B)348.28º66.67%75.29%-
XYZ25.3715.5911.12-
YUV105.12118.91189.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.65%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=55.65%
G=18.55%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192648900.670.540.25348.2850.3950.2
HexC04059043361915c3232
Octal300100131010366315346262
Binary11000000100000010110010100001111011011001101011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04059; }

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

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

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

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

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

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

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

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