#C63565

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

Shades of Cerise #C63565

Tints of Cerise #C63565

Color information

#C63565 (or 0xC63565) is unknown color: approx Cerise. HEX triplet: C6, 35 and 65. RGB value is (198,53,101). Sum of RGB (Red+Green+Blue) = 198+53+101=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C63565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63565 is #39CA9A. Grayscale: #656565. Windows color (decimal): -3787419 or 6632902. OLE color: 6632902.

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

Color convert

RGB19853101-
CMYK00.730.490.22
HSL340.14º57.77%49.22%-
HSV(B)340.14º73.23%77.65%-
XYZ26.9115.4913.88-
YUV101.83127.54196.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=56.25%
G=15.06%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985310100.730.490.22340.1457.7749.22
HexC6356504931161543a31
Octal30665145011161265247261
Binary1100011011010111001010100100111000110110101010100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63565; }

 p { color: rgb(198,53,101); }

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

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

 a { background-color: rgb(198,53,101); }

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

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

 span { border-color: rgb(198,53,101); }

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