Html Css Color HEX #CE5E11 Chocolate

📋 copy color: '#CE5E11'

red 206 ◦ green 94 ◦ blue 17

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

Shades of Chocolate #CE5E11

Tints of Chocolate #CE5E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 17 (7.03% from 255) = 5.36%

R = 64.98%
G = 29.65%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE5E11 (or 0xCE5E11) is known color: Chocolate. HEX triplet: CE, 5E and 11. RGB value is (206,94,17). Sum of RGB (Red+Green+Blue) = 206+94+17=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E11 is #31A1EE. Grayscale: #777777. Windows color (decimal): -3252719 or 1138382. OLE color: 1138382.

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

Color convert

RGB 206 94 17 -
CMYK 0 0.54 0.92 0.19
HSL 24.44º 0.85% 0.44% -
HSV(B) 24.44º 0.92% 0.81% -
XYZ 29.56 21.17 3.06 -
YUV 118.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 206 94 17 0 0.54 0.92 0.19 24.44 0.85 0.44
Hex CE 5E 11 0 36 5C 13 18 55 2C
Octal 316 136 21 0 66 134 23 30 125 54
Binary 11001110 1011110 10001 0 110110 1011100 10011 11000 1010101 101100

Color Harmonies of #CE5E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E11

Black with #CE5E11

Text Example


Text Example

White with #CE5E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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