#C03B57

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

Shades of Old Rose #C03B57

Tints of Old Rose #C03B57

Color information

#C03B57 (or 0xC03B57) is unknown color: approx Old Rose. HEX triplet: C0, 3B and 57. RGB value is (192,59,87). Sum of RGB (Red+Green+Blue) = 192+59+87=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B57 is #3FC4A8. Grayscale: #656565. Windows color (decimal): -4179113 or 5716928. OLE color: 5716928.

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

Color convert

RGB1925987-
CMYK00.690.550.25
HSL347.37º52.99%49.22%-
HSV(B)347.37º69.27%75.29%-
XYZ25.0215.0210.6-
YUV101.96119.56192.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.80%
GREEN value IS 59 (23.44% from 255) = 17.46%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=56.80%
G=17.46%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192598700.690.550.25347.3752.9949.22
HexC03B57045371915b3531
Octal30073127010567315336561
Binary1100000011101110101110100010111011111001101011011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03B57; }

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

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

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

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

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

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

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

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