Html Css Color HEX #CE6017 Chocolate

📋 copy color: '#CE6017'

red 206 ◦ green 96 ◦ blue 23

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

Shades of Chocolate #CE6017

Tints of Chocolate #CE6017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 63.38%
G = 29.54%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE6017 (or 0xCE6017) is known color: Chocolate. HEX triplet: CE, 60 and 17. RGB value is (206,96,23). Sum of RGB (Red+Green+Blue) = 206+96+23=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6017 is #319FE8. Grayscale: #787878. Windows color (decimal): -3252201 or 1532110. OLE color: 1532110.

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

Color convert

RGB 206 96 23 -
CMYK 0 0.53 0.89 0.19
HSL 23.93º 0.8% 0.45% -
HSV(B) 23.93º 0.89% 0.81% -
XYZ 29.79 21.55 3.4 -
YUV 120.57 72.94 188.94 -
System Red Green Blue C M Y K H S L
Decimal 206 96 23 0 0.53 0.89 0.19 23.93 0.8 0.45
Hex CE 60 17 0 35 59 13 18 50 2D
Octal 316 140 27 0 65 131 23 30 120 55
Binary 11001110 1100000 10111 0 110101 1011001 10011 11000 1010000 101101

Color Harmonies of #CE6017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6017

Black with #CE6017

Text Example


Text Example

White with #CE6017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6017; }

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

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

background-color css

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

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

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

border-color css

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

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

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