#C21859

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

Shades of Old Rose #C21859

Tints of Old Rose #C21859

Color information

#C21859 (or 0xC21859) is unknown color: approx Old Rose. HEX triplet: C2, 18 and 59. RGB value is (194,24,89). Sum of RGB (Red+Green+Blue) = 194+24+89=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C21859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21859 is #3DE7A6. Grayscale: #525252. Windows color (decimal): -4056999 or 5839042. OLE color: 5839042.

HSL color Cylindrical-coordinate representation of color #C21859: hue angle of 337.06º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21859 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1942489-
CMYK00.880.540.24
HSL337.06º77.98%42.75%-
HSV(B)337.06º87.63%76.08%-
XYZ24.3812.8410.65-
YUV82.24131.82207.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.19%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 89 (35.16% from 255) = 28.99%
R=63.19%
G=7.82%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194248900.880.540.24337.0677.9842.75
HexC2185905836181514e2b
Octal302301310130663052111653
Binary1100001011000101100101011000110110110001010100011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21859; }

 p { color: rgb(194,24,89); }

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

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

 a { background-color: rgb(194,24,89); }

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

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

 span { border-color: rgb(194,24,89); }

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