#C03B4E

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

Shades of Old Rose #C03B4E

Tints of Old Rose #C03B4E

Color information

#C03B4E (or 0xC03B4E) is unknown color: approx Old Rose. HEX triplet: C0, 3B and 4E. RGB value is (192,59,78). Sum of RGB (Red+Green+Blue) = 192+59+78=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B4E is #3FC4B1. Grayscale: #646464. Windows color (decimal): -4179122 or 5127104. OLE color: 5127104.

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

Color convert

RGB1925978-
CMYK00.690.590.25
HSL351.43º52.99%49.22%-
HSV(B)351.43º69.27%75.29%-
XYZ24.6814.888.78-
YUV100.93115.06192.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.36%
GREEN value IS 59 (23.44% from 255) = 17.93%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=58.36%
G=17.93%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192597800.690.590.25351.4352.9949.22
HexC03B4E0453B1915f3531
Octal30073116010573315376561
Binary1100000011101110011100100010111101111001101011111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03B4E; }

 p { color: rgb(192,59,78); }

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

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

 a { background-color: rgb(192,59,78); }

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

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

 span { border-color: rgb(192,59,78); }

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