Html Css Color HEX #CE5616 Chocolate

📋 copy color: '#CE5616'

red 206 ◦ green 86 ◦ blue 22

#CE5616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CE5616

Tints of Chocolate #CE5616

RGB

 RED value IS 206 (80.86% from 255) = 65.61%

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 65.61%
G = 27.39%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE5616 (or 0xCE5616) is known color: Chocolate. HEX triplet: CE, 56 and 16. RGB value is (206,86,22). Sum of RGB (Red+Green+Blue) = 206+86+22=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5616 is #31A9E9. Grayscale: #727272. Windows color (decimal): -3254762 or 1464014. OLE color: 1464014.

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

Color convert

RGB 206 86 22 -
CMYK 0 0.58 0.89 0.19
HSL 20.87º 0.81% 0.45% -
HSV(B) 20.87º 0.89% 0.81% -
XYZ 28.93 19.84 3.06 -
YUV 114.58 75.76 193.2 -
System Red Green Blue C M Y K H S L
Decimal 206 86 22 0 0.58 0.89 0.19 20.87 0.81 0.45
Hex CE 56 16 0 3A 59 13 15 51 2D
Octal 316 126 26 0 72 131 23 25 121 55
Binary 11001110 1010110 10110 0 111010 1011001 10011 10101 1010001 101101

Color Harmonies of #CE5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5616

Black with #CE5616

Text Example


Text Example

White with #CE5616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5616; }

 p { color: rgb(206,86,22); }

 H1.HeaderClassName
 {
   color: #CE5616;
 }
 .AnyTagClassName
 {
   color: #CE5616;
 }
</style>

background-color css

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

 a { background-color: rgb(206,86,22); }

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

border-color css

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

 span { border-color: rgb(206,86,22); }

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