Html Css Color HEX #CE5517 Chocolate

📋 copy color: '#CE5517'

red 206 ◦ green 85 ◦ blue 23

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

Shades of Chocolate #CE5517

Tints of Chocolate #CE5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 65.61%
G = 27.07%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE5517 (or 0xCE5517) is known color: Chocolate. HEX triplet: CE, 55 and 17. RGB value is (206,85,23). Sum of RGB (Red+Green+Blue) = 206+85+23=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5517 is #31AAE8. Grayscale: #727272. Windows color (decimal): -3255017 or 1529294. OLE color: 1529294.

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

Color convert

RGB 206 85 23 -
CMYK 0 0.59 0.89 0.19
HSL 20.33º 0.8% 0.45% -
HSV(B) 20.33º 0.89% 0.81% -
XYZ 28.86 19.68 3.09 -
YUV 114.11 76.59 193.54 -
System Red Green Blue C M Y K H S L
Decimal 206 85 23 0 0.59 0.89 0.19 20.33 0.8 0.45
Hex CE 55 17 0 3B 59 13 14 50 2D
Octal 316 125 27 0 73 131 23 24 120 55
Binary 11001110 1010101 10111 0 111011 1011001 10011 10100 1010000 101101

Color Harmonies of #CE5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5517

Black with #CE5517

Text Example


Text Example

White with #CE5517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5517; }

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

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

background-color css

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

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

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

border-color css

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

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

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