#C03849

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

Shades of Old Rose #C03849

Tints of Old Rose #C03849

Color information

#C03849 (or 0xC03849) is unknown color: approx Old Rose. HEX triplet: C0, 38 and 49. RGB value is (192,56,73). Sum of RGB (Red+Green+Blue) = 192+56+73=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C03849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03849 is #3FC7B6. Grayscale: #626262. Windows color (decimal): -4179895 or 4798656. OLE color: 4798656.

HSL color Cylindrical-coordinate representation of color #C03849: hue angle of 352.5º 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 #C03849 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1925673-
CMYK00.710.620.25
HSL352.5º54.84%48.63%-
HSV(B)352.5º70.83%75.29%-
XYZ24.3614.527.82-
YUV98.6113.56194.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=59.81%
G=17.45%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192567300.710.620.25352.554.8448.63
HexC038490473E191603731
Octal30070111010776315406761
Binary1100000011100010010010100011111111011001101100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03849; }

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

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

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

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

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

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

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

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