#C22855

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

Shades of Old Rose #C22855

Tints of Old Rose #C22855

Color information

#C22855 (or 0xC22855) is unknown color: approx Old Rose. HEX triplet: C2, 28 and 55. RGB value is (194,40,85). Sum of RGB (Red+Green+Blue) = 194+40+85=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C22855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22855 is #3DD7AA. Grayscale: #5B5B5B. Windows color (decimal): -4052907 or 5580994. OLE color: 5580994.

HSL color Cylindrical-coordinate representation of color #C22855: hue angle of 342.47º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22855 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1944085-
CMYK00.790.560.24
HSL342.47º65.81%45.88%-
HSV(B)342.47º79.38%76.08%-
XYZ24.6513.649.93-
YUV91.18124.52201.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 40 (16.02% from 255) = 12.54%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=60.82%
G=12.54%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194408500.790.560.24342.4765.8145.88
HexC2285504F3818156422e
Octal302501250117703052610256
Binary11000010101000101010101001111111000110001010101101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22855; }

 p { color: rgb(194,40,85); }

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

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

 a { background-color: rgb(194,40,85); }

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

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

 span { border-color: rgb(194,40,85); }

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