#CE395D

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

Shades of Cerise #CE395D

Tints of Cerise #CE395D

Color information

#CE395D (or 0xCE395D) is unknown color: approx Cerise. HEX triplet: CE, 39 and 5D. RGB value is (206,57,93). Sum of RGB (Red+Green+Blue) = 206+57+93=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE395D is #31C6A2. Grayscale: #696969. Windows color (decimal): -3262115 or 6109646. OLE color: 6109646.

HSL color Cylindrical-coordinate representation of color #CE395D: hue angle of 345.5º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE395D is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB2065793-
CMYK00.720.550.19
HSL345.5º60.32%51.57%-
HSV(B)345.5º72.33%80.78%-
XYZ28.8916.8412.08-
YUV105.66120.86199.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.87%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=57.87%
G=16.01%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206579300.720.550.19345.560.3251.57
HexCE395D048371315a3c34
Octal31671135011067235327464
Binary1100111011100110111010100100011011110011101011010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE395D; }

 p { color: rgb(206,57,93); }

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

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

 a { background-color: rgb(206,57,93); }

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

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

 span { border-color: rgb(206,57,93); }

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