Html Css Color HEX #CE6A1C Chocolate

📋 copy color: '#CE6A1C'

red 206 ◦ green 106 ◦ blue 28

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

Shades of Chocolate #CE6A1C

Tints of Chocolate #CE6A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

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

R = 60.59%
G = 31.18%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE6A1C (or 0xCE6A1C) is known color: Chocolate. HEX triplet: CE, 6A and 1C. RGB value is (206,106,28). Sum of RGB (Red+Green+Blue) = 206+106+28=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A1C is #3195E3. Grayscale: #7F7F7F. Windows color (decimal): -3249636 or 1862350. OLE color: 1862350.

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

Color convert

RGB 206 106 28 -
CMYK 0 0.49 0.86 0.19
HSL 26.29º 0.76% 0.46% -
HSV(B) 26.29º 0.86% 0.81% -
XYZ 30.82 23.51 4.01 -
YUV 127.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 206 106 28 0 0.49 0.86 0.19 26.29 0.76 0.46
Hex CE 6A 1C 0 31 56 13 1A 4C 2E
Octal 316 152 34 0 61 126 23 32 114 56
Binary 11001110 1101010 11100 0 110001 1010110 10011 11010 1001100 101110

Color Harmonies of #CE6A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A1C

Black with #CE6A1C

Text Example


Text Example

White with #CE6A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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