#C22957

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

Shades of Old Rose #C22957

Tints of Old Rose #C22957

Color information

#C22957 (or 0xC22957) is unknown color: approx Old Rose. HEX triplet: C2, 29 and 57. RGB value is (194,41,87). Sum of RGB (Red+Green+Blue) = 194+41+87=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C22957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22957 is #3DD6A8. Grayscale: #5B5B5B. Windows color (decimal): -4052649 or 5712322. OLE color: 5712322.

HSL color Cylindrical-coordinate representation of color #C22957: hue angle of 341.96º degrees, saturation: 0.65, 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 #C22957 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1944187-
CMYK00.790.550.24
HSL341.96º65.11%46.08%-
HSV(B)341.96º78.87%76.08%-
XYZ24.7613.7410.36-
YUV91.99125.19200.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.25%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=60.25%
G=12.73%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194418700.790.550.24341.9665.1146.08
HexC2295704F3718156412e
Octal302511270117673052610156
Binary11000010101001101011101001111110111110001010101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22957; }

 p { color: rgb(194,41,87); }

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

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

 a { background-color: rgb(194,41,87); }

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

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

 span { border-color: rgb(194,41,87); }

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