#C93861

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

Shades of Cerise #C93861

Tints of Cerise #C93861

Color information

#C93861 (or 0xC93861) is unknown color: approx Cerise. HEX triplet: C9, 38 and 61. RGB value is (201,56,97). Sum of RGB (Red+Green+Blue) = 201+56+97=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C93861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93861 is #36C79E. Grayscale: #686868. Windows color (decimal): -3590047 or 6371529. OLE color: 6371529.

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

Color convert

RGB2015697-
CMYK00.720.520.21
HSL343.03º57.31%50.39%-
HSV(B)343.03º72.14%78.82%-
XYZ27.6616.1112.96-
YUV104.03124.04197.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.78%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=56.78%
G=15.82%
B=27.40%

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
Decimal201569700.720.520.21343.0357.3150.39
HexC9386104834151573932
Octal31170141011064255277162
Binary1100100111100011000010100100011010010101101010111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93861; }

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

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

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

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

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

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

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

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