#C53966

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

Shades of Cerise #C53966

Tints of Cerise #C53966

Color information

#C53966 (or 0xC53966) is unknown color: approx Cerise. HEX triplet: C5, 39 and 66. RGB value is (197,57,102). Sum of RGB (Red+Green+Blue) = 197+57+102=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C53966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53966 is #3AC699. Grayscale: #676767. Windows color (decimal): -3851930 or 6699461. OLE color: 6699461.

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

Color convert

RGB19757102-
CMYK00.710.480.23
HSL340.71º55.12%49.8%-
HSV(B)340.71º71.07%77.25%-
XYZ26.8915.7614.19-
YUV103.99126.88194.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.34%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=55.34%
G=16.01%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975710200.710.480.23340.7155.1249.8
HexC5396604730171553732
Octal30571146010760275256762
Binary1100010111100111001100100011111000010111101010101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53966; }

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

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

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

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

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

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

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

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