#C03859

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

Shades of Old Rose #C03859

Tints of Old Rose #C03859

Color information

#C03859 (or 0xC03859) is unknown color: approx Old Rose. HEX triplet: C0, 38 and 59. RGB value is (192,56,89). Sum of RGB (Red+Green+Blue) = 192+56+89=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C03859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03859 is #3FC7A6. Grayscale: #646464. Windows color (decimal): -4179879 or 5847232. OLE color: 5847232.

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

Color convert

RGB1925689-
CMYK00.710.540.25
HSL345.44º54.84%48.63%-
HSV(B)345.44º70.83%75.29%-
XYZ24.9614.7610.98-
YUV100.43121.56193.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.97%
GREEN value IS 56 (22.27% from 255) = 16.62%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=56.97%
G=16.62%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192568900.710.540.25345.4454.8448.63
HexC0385904736191593731
Octal30070131010766315316761
Binary1100000011100010110010100011111011011001101011001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03859; }

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

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

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

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

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

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

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

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