#C22050

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

Shades of Old Rose #C22050

Tints of Old Rose #C22050

Color information

#C22050 (or 0xC22050) is unknown color: approx Old Rose. HEX triplet: C2, 20 and 50. RGB value is (194,32,80). Sum of RGB (Red+Green+Blue) = 194+32+80=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C22050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22050 is #3DDFAF. Grayscale: #555555. Windows color (decimal): -4054960 or 5251266. OLE color: 5251266.

HSL color Cylindrical-coordinate representation of color #C22050: hue angle of 342.22º 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 #C22050 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB1943280-
CMYK00.840.590.24
HSL342.22º71.68%44.31%-
HSV(B)342.22º83.51%76.08%-
XYZ24.2113.088.84-
YUV85.91124.67205.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.40%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=63.40%
G=10.46%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194328000.840.590.24342.2271.6844.31
HexC220500543B18156482c
Octal302401200124733052611054
Binary11000010100000101000001010100111011110001010101101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22050; }

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

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

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

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

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

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

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

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