#CE5E15

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

Shades of Chocolate #CE5E15

Tints of Chocolate #CE5E15

Color information

#CE5E15 (or 0xCE5E15) is unknown color: approx Chocolate. HEX triplet: CE, 5E and 15. RGB value is (206,94,21). Sum of RGB (Red+Green+Blue) = 206+94+21=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E15 is #31A1EA. Grayscale: #777777. Windows color (decimal): -3252715 or 1400526. OLE color: 1400526.

HSL color Cylindrical-coordinate representation of color #CE5E15: hue angle of 23.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE5E15 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB2069421-
CMYK00.540.900.19
HSL23.68º81.5%44.51%-
HSV(B)23.68º89.81%80.78%-
XYZ29.5921.183.24-
YUV119.1772.61189.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.17%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=64.17%
G=29.28%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206942100.540.900.1923.6881.544.51
HexCE5E150365A1318512d
Octal31613625066132233012155
Binary110011101011110101010110110101101010011110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E15; }

 p { color: rgb(206,94,21); }

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

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

 a { background-color: rgb(206,94,21); }

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

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

 span { border-color: rgb(206,94,21); }

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