#C24154

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

Shades of Old Rose #C24154

Tints of Old Rose #C24154

Color information

#C24154 (or 0xC24154) is unknown color: approx Old Rose. HEX triplet: C2, 41 and 54. RGB value is (194,65,84). Sum of RGB (Red+Green+Blue) = 194+65+84=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C24154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24154 is #3DBEAB. Grayscale: #696969. Windows color (decimal): -4046508 or 5521858. OLE color: 5521858.

HSL color Cylindrical-coordinate representation of color #C24154: hue angle of 351.16º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24154 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB1946584-
CMYK00.660.570.24
HSL351.16º51.39%50.78%-
HSV(B)351.16º66.49%76.08%-
XYZ25.7415.8910.1-
YUV105.74115.74190.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.56%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=56.56%
G=18.95%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194658400.660.570.24351.1651.3950.78
HexC24154042391815f3333
Octal302101124010271305376363
Binary11000010100000110101000100001011100111000101011111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24154; }

 p { color: rgb(194,65,84); }

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

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

 a { background-color: rgb(194,65,84); }

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

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

 span { border-color: rgb(194,65,84); }

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