#C22A5A

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

Shades of Old Rose #C22A5A

Tints of Old Rose #C22A5A

Color information

#C22A5A (or 0xC22A5A) is unknown color: approx Old Rose. HEX triplet: C2, 2A and 5A. RGB value is (194,42,90). Sum of RGB (Red+Green+Blue) = 194+42+90=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A5A is #3DD5A5. Grayscale: #5C5C5C. Windows color (decimal): -4052390 or 5909186. OLE color: 5909186.

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

Color convert

RGB1944290-
CMYK00.780.540.24
HSL341.05º64.41%46.27%-
HSV(B)341.05º78.35%76.08%-
XYZ24.9213.8611.04-
YUV92.92126.36200.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.51%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=59.51%
G=12.88%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194429000.780.540.24341.0564.4146.27
HexC22A5A04E3618155402e
Octal302521320116663052510056
Binary11000010101010101101001001110110110110001010101011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A5A; }

 p { color: rgb(194,42,90); }

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

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

 a { background-color: rgb(194,42,90); }

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

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

 span { border-color: rgb(194,42,90); }

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