#C03251

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

Shades of Old Rose #C03251

Tints of Old Rose #C03251

Color information

#C03251 (or 0xC03251) is unknown color: approx Old Rose. HEX triplet: C0, 32 and 51. RGB value is (192,50,81). Sum of RGB (Red+Green+Blue) = 192+50+81=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C03251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03251 is #3FCDAE. Grayscale: #606060. Windows color (decimal): -4181423 or 5321408. OLE color: 5321408.

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

Color convert

RGB1925081-
CMYK00.740.580.25
HSL346.9º58.68%47.45%-
HSV(B)346.9º73.96%75.29%-
XYZ24.3614.089.22-
YUV95.99119.54196.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.44%
GREEN value IS 50 (19.92% from 255) = 15.48%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=59.44%
G=15.48%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192508100.740.580.25346.958.6847.45
HexC0325104A3A1915b3b2f
Octal30062121011272315337357
Binary1100000011001010100010100101011101011001101011011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03251; }

 p { color: rgb(192,50,81); }

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

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

 a { background-color: rgb(192,50,81); }

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

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

 span { border-color: rgb(192,50,81); }

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