Html Css Color HEX #CE6C1C Chocolate

📋 copy color: '#CE6C1C'

red 206 ◦ green 108 ◦ blue 28

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

Shades of Chocolate #CE6C1C

Tints of Chocolate #CE6C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 60.23%
G = 31.58%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE6C1C (or 0xCE6C1C) is known color: Chocolate. HEX triplet: CE, 6C and 1C. RGB value is (206,108,28). Sum of RGB (Red+Green+Blue) = 206+108+28=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6C1C is #3193E3. Grayscale: #808080. Windows color (decimal): -3249124 or 1862862. OLE color: 1862862.

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

Color convert

RGB 206 108 28 -
CMYK 0 0.48 0.86 0.19
HSL 26.97º 0.76% 0.46% -
HSV(B) 26.97º 0.86% 0.81% -
XYZ 31.03 23.93 4.08 -
YUV 128.18 71.47 183.5 -
System Red Green Blue C M Y K H S L
Decimal 206 108 28 0 0.48 0.86 0.19 26.97 0.76 0.46
Hex CE 6C 1C 0 30 56 13 1B 4C 2E
Octal 316 154 34 0 60 126 23 33 114 56
Binary 11001110 1101100 11100 0 110000 1010110 10011 11011 1001100 101110

Color Harmonies of #CE6C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6C1C

Black with #CE6C1C

Text Example


Text Example

White with #CE6C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6C1C; }

 p { color: rgb(206,108,28); }

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

background-color css

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

 a { background-color: rgb(206,108,28); }

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

border-color css

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

 span { border-color: rgb(206,108,28); }

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