#C52766

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

Shades of Cerise #C52766

Tints of Cerise #C52766

Color information

#C52766 (or 0xC52766) is unknown color: approx Cerise. HEX triplet: C5, 27 and 66. RGB value is (197,39,102). Sum of RGB (Red+Green+Blue) = 197+39+102=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C52766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52766 is #3AD899. Grayscale: #5D5D5D. Windows color (decimal): -3856538 or 6694853. OLE color: 6694853.

HSL color Cylindrical-coordinate representation of color #C52766: hue angle of 336.08º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52766 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19739102-
CMYK00.800.480.23
HSL336.08º66.95%46.27%-
HSV(B)336.08º80.2%77.25%-
XYZ26.1514.2813.95-
YUV93.42132.85201.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.28%
GREEN value IS 39 (15.62% from 255) = 11.54%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=58.28%
G=11.54%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973910200.800.480.23336.0866.9546.27
HexC527660503017150432e
Octal305471460120602752010356
Binary11000101100111110011001010000110000101111010100001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52766; }

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

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

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

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

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

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

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

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