#C22655

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

Shades of Old Rose #C22655

Tints of Old Rose #C22655

Color information

#C22655 (or 0xC22655) is unknown color: approx Old Rose. HEX triplet: C2, 26 and 55. RGB value is (194,38,85). Sum of RGB (Red+Green+Blue) = 194+38+85=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C22655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22655 is #3DD9AA. Grayscale: #595959. Windows color (decimal): -4053419 or 5580482. OLE color: 5580482.

HSL color Cylindrical-coordinate representation of color #C22655: hue angle of 341.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22655 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1943885-
CMYK00.800.560.24
HSL341.92º67.24%45.49%-
HSV(B)341.92º80.41%76.08%-
XYZ24.5813.519.91-
YUV90125.18202.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=61.20%
G=11.99%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194388500.800.560.24341.9267.2445.49
HexC226550503818156432d
Octal302461250120703052610355
Binary11000010100110101010101010000111000110001010101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22655; }

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

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

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

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

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

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

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

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