#C52266

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

Shades of Cerise #C52266

Tints of Cerise #C52266

Color information

#C52266 (or 0xC52266) is unknown color: approx Cerise. HEX triplet: C5, 22 and 66. RGB value is (197,34,102). Sum of RGB (Red+Green+Blue) = 197+34+102=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C52266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52266 is #3ADD99. Grayscale: #5A5A5A. Windows color (decimal): -3857818 or 6693573. OLE color: 6693573.

HSL color Cylindrical-coordinate representation of color #C52266: hue angle of 334.97º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52266 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19734102-
CMYK00.830.480.23
HSL334.97º70.56%45.29%-
HSV(B)334.97º82.74%77.25%-
XYZ2613.9713.9-
YUV90.49134.5203.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.16%
GREEN value IS 34 (13.67% from 255) = 10.21%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=59.16%
G=10.21%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973410200.830.480.23334.9770.5645.29
HexC52266053301714f472d
Octal305421460123602751710755
Binary11000101100010110011001010011110000101111010011111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52266; }

 p { color: rgb(197,34,102); }

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

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

 a { background-color: rgb(197,34,102); }

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

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

 span { border-color: rgb(197,34,102); }

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