#C22C5F

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

Shades of Old Rose #C22C5F

Tints of Old Rose #C22C5F

Color information

#C22C5F (or 0xC22C5F) is unknown color: approx Old Rose. HEX triplet: C2, 2C and 5F. RGB value is (194,44,95). Sum of RGB (Red+Green+Blue) = 194+44+95=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C5F is #3DD3A0. Grayscale: #5E5E5E. Windows color (decimal): -4051873 or 6237378. OLE color: 6237378.

HSL color Cylindrical-coordinate representation of color #C22C5F: hue angle of 339.6º degrees, saturation: 0.63, 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 #C22C5F is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1944495-
CMYK00.770.510.24
HSL339.6º63.03%46.67%-
HSV(B)339.6º77.32%76.08%-
XYZ25.2114.112.22-
YUV94.66128.2198.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.26%
GREEN value IS 44 (17.58% from 255) = 13.21%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=58.26%
G=13.21%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194449500.770.510.24339.663.0346.67
HexC22C5F04D33181543f2f
Octal30254137011563305247757
Binary1100001010110010111110100110111001111000101010100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22C5F; }

 p { color: rgb(194,44,95); }

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

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

 a { background-color: rgb(194,44,95); }

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

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

 span { border-color: rgb(194,44,95); }

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