#C24051

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

Shades of Old Rose #C24051

Tints of Old Rose #C24051

Color information

#C24051 (or 0xC24051) is unknown color: approx Old Rose. HEX triplet: C2, 40 and 51. RGB value is (194,64,81). Sum of RGB (Red+Green+Blue) = 194+64+81=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C24051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24051 is #3DBFAE. Grayscale: #686868. Windows color (decimal): -4046767 or 5324994. OLE color: 5324994.

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

Color convert

RGB1946481-
CMYK00.670.580.24
HSL352.15º51.59%50.59%-
HSV(B)352.15º67.01%76.08%-
XYZ25.5715.739.47-
YUV104.81114.57191.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.23%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=57.23%
G=18.88%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194648100.670.580.24352.1551.5950.59
HexC240510433A181603433
Octal302100121010372305406463
Binary11000010100000010100010100001111101011000101100000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24051; }

 p { color: rgb(194,64,81); }

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

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

 a { background-color: rgb(194,64,81); }

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

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

 span { border-color: rgb(194,64,81); }

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