#CE5C15

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

Shades of Chocolate #CE5C15

Tints of Chocolate #CE5C15

Color information

#CE5C15 (or 0xCE5C15) is unknown color: approx Chocolate. HEX triplet: CE, 5C and 15. RGB value is (206,92,21). Sum of RGB (Red+Green+Blue) = 206+92+21=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5C15 is #31A3EA. Grayscale: #767676. Windows color (decimal): -3253227 or 1400014. OLE color: 1400014.

HSL color Cylindrical-coordinate representation of color #CE5C15: hue angle of 23.03º 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 #CE5C15 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB2069221-
CMYK00.550.900.19
HSL23.03º81.5%44.51%-
HSV(B)23.03º89.81%80.78%-
XYZ29.4220.833.18-
YUV117.9973.27190.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.58%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 21 (8.59% from 255) = 6.58%
R=64.58%
G=28.84%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206922100.550.900.1923.0381.544.51
HexCE5C150375A1317512d
Octal31613425067132232712155
Binary110011101011100101010110111101101010011101111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5C15; }

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

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

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

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

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

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

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

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