#C52F66

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

Shades of Cerise #C52F66

Tints of Cerise #C52F66

Color information

#C52F66 (or 0xC52F66) is unknown color: approx Cerise. HEX triplet: C5, 2F and 66. RGB value is (197,47,102). Sum of RGB (Red+Green+Blue) = 197+47+102=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52F66 is #3AD099. Grayscale: #626262. Windows color (decimal): -3854490 or 6696901. OLE color: 6696901.

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

Color convert

RGB19747102-
CMYK00.760.480.23
HSL338º61.48%47.84%-
HSV(B)338º76.14%77.25%-
XYZ26.4414.8614.05-
YUV98.12130.2198.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 47 (18.75% from 255) = 13.58%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=56.94%
G=13.58%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974710200.760.480.2333861.4847.84
HexC52F6604C30171523d30
Octal30557146011460275227560
Binary1100010110111111001100100110011000010111101010010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52F66; }

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

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

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

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

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

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

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

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