Html Css Color HEX #CE6B20 Chocolate

📋 copy color: '#CE6B20'

red 206 ◦ green 107 ◦ blue 32

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

Shades of Chocolate #CE6B20

Tints of Chocolate #CE6B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

 BLUE value IS 32 (12.89% from 255) = 9.28%

R = 59.71%
G = 31.01%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE6B20 (or 0xCE6B20) is known color: Chocolate. HEX triplet: CE, 6B and 20. RGB value is (206,107,32). Sum of RGB (Red+Green+Blue) = 206+107+32=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B20 is #3194DF. Grayscale: #808080. Windows color (decimal): -3249376 or 2124750. OLE color: 2124750.

HSL color Cylindrical-coordinate representation of color #CE6B20: hue angle of 25.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE6B20 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 107 32 -
CMYK 0 0.48 0.84 0.19
HSL 25.86º 0.73% 0.47% -
HSV(B) 25.86º 0.84% 0.81% -
XYZ 30.97 23.74 4.32 -
YUV 128.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 206 107 32 0 0.48 0.84 0.19 25.86 0.73 0.47
Hex CE 6B 20 0 30 54 13 1A 49 2F
Octal 316 153 40 0 60 124 23 32 111 57
Binary 11001110 1101011 100000 0 110000 1010100 10011 11010 1001001 101111

Color Harmonies of #CE6B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B20

Black with #CE6B20

Text Example


Text Example

White with #CE6B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B20; }

 p { color: rgb(206,107,32); }

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

background-color css

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

 a { background-color: rgb(206,107,32); }

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

border-color css

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

 span { border-color: rgb(206,107,32); }

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