#C04151

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

Shades of Old Rose #C04151

Tints of Old Rose #C04151

Color information

#C04151 (or 0xC04151) is unknown color: approx Old Rose. HEX triplet: C0, 41 and 51. RGB value is (192,65,81). Sum of RGB (Red+Green+Blue) = 192+65+81=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C04151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04151 is #3FBEAE. Grayscale: #686868. Windows color (decimal): -4177583 or 5325248. OLE color: 5325248.

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

Color convert

RGB1926581-
CMYK00.660.580.25
HSL352.44º50.2%50.39%-
HSV(B)352.44º66.15%75.29%-
XYZ25.1115.589.47-
YUV104.8114.58190.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.80%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=56.80%
G=19.23%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192658100.660.580.25352.4450.250.39
HexC041510423A191603232
Octal300101121010272315406262
Binary11000000100000110100010100001011101011001101100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04151; }

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

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

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

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

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

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

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

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