#C22061

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

Shades of Old Rose #C22061

Tints of Old Rose #C22061

Color information

#C22061 (or 0xC22061) is unknown color: approx Old Rose. HEX triplet: C2, 20 and 61. RGB value is (194,32,97). Sum of RGB (Red+Green+Blue) = 194+32+97=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C22061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22061 is #3DDF9E. Grayscale: #575757. Windows color (decimal): -4054943 or 6365378. OLE color: 6365378.

HSL color Cylindrical-coordinate representation of color #C22061: hue angle of 335.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22061 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1943297-
CMYK00.840.500.24
HSL335.93º71.68%44.31%-
HSV(B)335.93º83.51%76.08%-
XYZ24.9213.3712.58-
YUV87.85133.17203.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.06%
GREEN value IS 32 (12.89% from 255) = 9.91%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=60.06%
G=9.91%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194329700.840.500.24335.9371.6844.31
HexC220610543218150482c
Octal302401410124623052011054
Binary11000010100000110000101010100110010110001010100001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22061; }

 p { color: rgb(194,32,97); }

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

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

 a { background-color: rgb(194,32,97); }

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

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

 span { border-color: rgb(194,32,97); }

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