#C93860

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

Shades of Cerise #C93860

Tints of Cerise #C93860

Color information

#C93860 (or 0xC93860) is unknown color: approx Cerise. HEX triplet: C9, 38 and 60. RGB value is (201,56,96). Sum of RGB (Red+Green+Blue) = 201+56+96=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C93860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93860 is #36C79F. Grayscale: #676767. Windows color (decimal): -3590048 or 6305993. OLE color: 6305993.

HSL color Cylindrical-coordinate representation of color #C93860: hue angle of 343.45º 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 #C93860 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB2015696-
CMYK00.720.520.21
HSL343.45º57.31%50.39%-
HSV(B)343.45º72.14%78.82%-
XYZ27.6116.0912.72-
YUV103.92123.54197.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=56.94%
G=15.86%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201569600.720.520.21343.4557.3150.39
HexC9386004834151573932
Octal31170140011064255277162
Binary1100100111100011000000100100011010010101101010111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93860; }

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

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

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

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

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

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

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

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