#C22247

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

Shades of Old Rose #C22247

Tints of Old Rose #C22247

Color information

#C22247 (or 0xC22247) is unknown color: approx Old Rose. HEX triplet: C2, 22 and 47. RGB value is (194,34,71). Sum of RGB (Red+Green+Blue) = 194+34+71=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C22247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22247 is #3DDDB8. Grayscale: #565656. Windows color (decimal): -4054457 or 4661954. OLE color: 4661954.

HSL color Cylindrical-coordinate representation of color #C22247: hue angle of 346.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22247 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1943471-
CMYK00.820.630.24
HSL346.12º70.18%44.71%-
HSV(B)346.12º82.47%76.08%-
XYZ23.9613.077.22-
YUV86.06119.51204.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=64.88%
G=11.37%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194347100.820.630.24346.1270.1844.71
HexC222470523F1815a462d
Octal302421070122773053210655
Binary11000010100010100011101010010111111110001010110101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22247; }

 p { color: rgb(194,34,71); }

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

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

 a { background-color: rgb(194,34,71); }

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

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

 span { border-color: rgb(194,34,71); }

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