#C22264

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

Shades of Old Rose #C22264

Tints of Old Rose #C22264

Color information

#C22264 (or 0xC22264) is unknown color: approx Old Rose. HEX triplet: C2, 22 and 64. RGB value is (194,34,100). Sum of RGB (Red+Green+Blue) = 194+34+100=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C22264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22264 is #3DDD9B. Grayscale: #595959. Windows color (decimal): -4054428 or 6562498. OLE color: 6562498.

HSL color Cylindrical-coordinate representation of color #C22264: hue angle of 335.25º 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 #C22264 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB19434100-
CMYK00.820.480.24
HSL335.25º70.18%44.71%-
HSV(B)335.25º82.47%76.08%-
XYZ25.1213.5313.34-
YUV89.36134.01202.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.15%
GREEN value IS 34 (13.67% from 255) = 10.37%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=59.15%
G=10.37%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943410000.820.480.24335.2570.1844.71
HexC22264052301814f462d
Octal302421440122603051710655
Binary11000010100010110010001010010110000110001010011111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22264; }

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

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

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

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

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

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

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

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