#C93672

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

Shades of Cerise #C93672

Tints of Cerise #C93672

Color information

#C93672 (or 0xC93672) is unknown color: approx Cerise. HEX triplet: C9, 36 and 72. RGB value is (201,54,114). Sum of RGB (Red+Green+Blue) = 201+54+114=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C93672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93672 is #36C98D. Grayscale: #686868. Windows color (decimal): -3590542 or 7485129. OLE color: 7485129.

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

Color convert

RGB20154114-
CMYK00.730.430.21
HSL335.51º57.65%50%-
HSV(B)335.51º73.13%78.82%-
XYZ28.4416.2717.56-
YUV104.79133.2196.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=54.47%
G=14.63%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015411400.730.430.21335.5157.6550
HexC936720492B151503a32
Octal31166162011153255207262
Binary1100100111011011100100100100110101110101101010000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93672; }

 p { color: rgb(201,54,114); }

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

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

 a { background-color: rgb(201,54,114); }

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

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

 span { border-color: rgb(201,54,114); }

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