#C93864

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

Shades of Cerise #C93864

Tints of Cerise #C93864

Color information

#C93864 (or 0xC93864) is unknown color: approx Cerise. HEX triplet: C9, 38 and 64. RGB value is (201,56,100). Sum of RGB (Red+Green+Blue) = 201+56+100=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C93864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93864 is #36C79B. Grayscale: #686868. Windows color (decimal): -3590044 or 6568137. OLE color: 6568137.

HSL color Cylindrical-coordinate representation of color #C93864: hue angle of 341.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93864 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20156100-
CMYK00.720.500.21
HSL341.79º57.31%50.39%-
HSV(B)341.79º72.14%78.82%-
XYZ27.816.1713.71-
YUV104.37125.54196.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.30%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=56.30%
G=15.69%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015610000.720.500.21341.7957.3150.39
HexC9386404832151563932
Octal31170144011062255267162
Binary1100100111100011001000100100011001010101101010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93864; }

 p { color: rgb(201,56,100); }

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

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

 a { background-color: rgb(201,56,100); }

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

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

 span { border-color: rgb(201,56,100); }

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