#C93266

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

Shades of Cerise #C93266

Tints of Cerise #C93266

Color information

#C93266 (or 0xC93266) is unknown color: approx Cerise. HEX triplet: C9, 32 and 66. RGB value is (201,50,102). Sum of RGB (Red+Green+Blue) = 201+50+102=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C93266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93266 is #36CD99. Grayscale: #656565. Windows color (decimal): -3591578 or 6697673. OLE color: 6697673.

HSL color Cylindrical-coordinate representation of color #C93266: hue angle of 339.34º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93266 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB20150102-
CMYK00.750.490.21
HSL339.34º60.16%49.22%-
HSV(B)339.34º75.12%78.82%-
XYZ27.6315.6614.14-
YUV101.08128.53199.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 50 (19.92% from 255) = 14.16%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=56.94%
G=14.16%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015010200.750.490.21339.3460.1649.22
HexC9326604B31151533c31
Octal31162146011361255237461
Binary1100100111001011001100100101111000110101101010011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93266; }

 p { color: rgb(201,50,102); }

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

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

 a { background-color: rgb(201,50,102); }

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

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

 span { border-color: rgb(201,50,102); }

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