#C22259

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

Shades of Old Rose #C22259

Tints of Old Rose #C22259

Color information

#C22259 (or 0xC22259) is unknown color: approx Old Rose. HEX triplet: C2, 22 and 59. RGB value is (194,34,89). Sum of RGB (Red+Green+Blue) = 194+34+89=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C22259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22259 is #3DDDA6. Grayscale: #585858. Windows color (decimal): -4054439 or 5841602. OLE color: 5841602.

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

Color convert

RGB1943489-
CMYK00.820.540.24
HSL339.38º70.18%44.71%-
HSV(B)339.38º82.47%76.08%-
XYZ24.6213.3310.73-
YUV88.11128.51203.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 34 (13.67% from 255) = 10.73%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=61.20%
G=10.73%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194348900.820.540.24339.3870.1844.71
HexC222590523618153462d
Octal302421310122663052310655
Binary11000010100010101100101010010110110110001010100111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22259; }

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

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

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

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

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

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

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

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