#C22D52

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

Shades of Old Rose #C22D52

Tints of Old Rose #C22D52

Color information

#C22D52 (or 0xC22D52) is unknown color: approx Old Rose. HEX triplet: C2, 2D and 52. RGB value is (194,45,82). Sum of RGB (Red+Green+Blue) = 194+45+82=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D52 is #3DD2AD. Grayscale: #5D5D5D. Windows color (decimal): -4051630 or 5385666. OLE color: 5385666.

HSL color Cylindrical-coordinate representation of color #C22D52: hue angle of 345.1º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22D52 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1944582-
CMYK00.770.580.24
HSL345.1º62.34%46.86%-
HSV(B)345.1º76.8%76.08%-
XYZ24.7113.969.37-
YUV93.77121.36199.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.44%
GREEN value IS 45 (17.97% from 255) = 14.02%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=60.44%
G=14.02%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194458200.770.580.24345.162.3446.86
HexC22D5204D3A181593e2f
Octal30255122011572305317657
Binary1100001010110110100100100110111101011000101011001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22D52; }

 p { color: rgb(194,45,82); }

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

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

 a { background-color: rgb(194,45,82); }

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

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

 span { border-color: rgb(194,45,82); }

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