Html Css Color HEX #C86D1C Chocolate

📋 copy color: '#C86D1C'

red 200 ◦ green 109 ◦ blue 28

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

Shades of Chocolate #C86D1C

Tints of Chocolate #C86D1C

RGB

 RED value IS 200 (78.52% from 255) = 59.35%

 GREEN value IS 109 (42.97% from 255) = 32.34%

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

R = 59.35%
G = 32.34%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C86D1C (or 0xC86D1C) is known color: Chocolate. HEX triplet: C8, 6D and 1C. RGB value is (200,109,28). Sum of RGB (Red+Green+Blue) = 200+109+28=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D1C is #3792E3. Grayscale: #7F7F7F. Windows color (decimal): -3642084 or 1863112. OLE color: 1863112.

HSL color Cylindrical-coordinate representation of color #C86D1C: hue angle of 28.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C86D1C is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 109 28 -
CMYK 0 0.46 0.86 0.22
HSL 28.26º 0.75% 0.45% -
HSV(B) 28.26º 0.86% 0.78% -
XYZ 29.5 23.3 4.04 -
YUV 126.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 200 109 28 0 0.46 0.86 0.22 28.26 0.75 0.45
Hex C8 6D 1C 0 2E 56 16 1C 4B 2D
Octal 310 155 34 0 56 126 26 34 113 55
Binary 11001000 1101101 11100 0 101110 1010110 10110 11100 1001011 101101

Color Harmonies of #C86D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D1C

Black with #C86D1C

Text Example


Text Example

White with #C86D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D1C; }

 p { color: rgb(200,109,28); }

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

background-color css

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

 a { background-color: rgb(200,109,28); }

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

border-color css

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

 span { border-color: rgb(200,109,28); }

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