#C53664

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

Shades of Cerise #C53664

Tints of Cerise #C53664

Color information

#C53664 (or 0xC53664) is unknown color: approx Cerise. HEX triplet: C5, 36 and 64. RGB value is (197,54,100). Sum of RGB (Red+Green+Blue) = 197+54+100=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C53664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53664 is #3AC99B. Grayscale: #656565. Windows color (decimal): -3852700 or 6567621. OLE color: 6567621.

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

Color convert

RGB19754100-
CMYK00.730.490.23
HSL340.7º56.97%49.22%-
HSV(B)340.7º72.59%77.25%-
XYZ26.6515.4313.63-
YUV102126.88195.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.13%
GREEN value IS 54 (21.48% from 255) = 15.38%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=56.13%
G=15.38%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975410000.730.490.23340.756.9749.22
HexC5366404931171553931
Octal30566144011161275257161
Binary1100010111011011001000100100111000110111101010101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53664; }

 p { color: rgb(197,54,100); }

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

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

 a { background-color: rgb(197,54,100); }

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

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

 span { border-color: rgb(197,54,100); }

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