Html Css Color HEX #CE7017 Chocolate

📋 copy color: '#CE7017'

red 206 ◦ green 112 ◦ blue 23

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

Shades of Chocolate #CE7017

Tints of Chocolate #CE7017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 23 (9.38% from 255) = 6.74%

R = 60.41%
G = 32.84%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7017 (or 0xCE7017) is known color: Chocolate. HEX triplet: CE, 70 and 17. RGB value is (206,112,23). Sum of RGB (Red+Green+Blue) = 206+112+23=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7017 is #318FE8. Grayscale: #828282. Windows color (decimal): -3248105 or 1536206. OLE color: 1536206.

HSL color Cylindrical-coordinate representation of color #CE7017: hue angle of 29.18º degrees, saturation: 0.8, 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 #CE7017 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 23 -
CMYK 0 0.46 0.89 0.19
HSL 29.18º 0.8% 0.45% -
HSV(B) 29.18º 0.89% 0.81% -
XYZ 31.4 24.77 3.94 -
YUV 129.96 67.64 182.24 -
System Red Green Blue C M Y K H S L
Decimal 206 112 23 0 0.46 0.89 0.19 29.18 0.8 0.45
Hex CE 70 17 0 2E 59 13 1D 50 2D
Octal 316 160 27 0 56 131 23 35 120 55
Binary 11001110 1110000 10111 0 101110 1011001 10011 11101 1010000 101101

Color Harmonies of #CE7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7017

Black with #CE7017

Text Example


Text Example

White with #CE7017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7017; }

 p { color: rgb(206,112,23); }

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

background-color css

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

 a { background-color: rgb(206,112,23); }

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

border-color css

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

 span { border-color: rgb(206,112,23); }

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