#C52366

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

Shades of Cerise #C52366

Tints of Cerise #C52366

Color information

#C52366 (or 0xC52366) is unknown color: approx Cerise. HEX triplet: C5, 23 and 66. RGB value is (197,35,102). Sum of RGB (Red+Green+Blue) = 197+35+102=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C52366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52366 is #3ADC99. Grayscale: #5A5A5A. Windows color (decimal): -3857562 or 6693829. OLE color: 6693829.

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

Color convert

RGB19735102-
CMYK00.820.480.23
HSL335.19º69.83%45.49%-
HSV(B)335.19º82.23%77.25%-
XYZ26.0314.0313.91-
YUV91.08134.17203.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.98%
GREEN value IS 35 (14.06% from 255) = 10.48%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=58.98%
G=10.48%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973510200.820.480.23335.1969.8345.49
HexC52366052301714f462d
Octal305431460122602751710655
Binary11000101100011110011001010010110000101111010011111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52366; }

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

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

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

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

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

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

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

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