Html Css Color HEX #C86C1D Chocolate

📋 copy color: '#C86C1D'

red 200 ◦ green 108 ◦ blue 29

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

Shades of Chocolate #C86C1D

Tints of Chocolate #C86C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 59.35%
G = 32.05%
B = 8.61%

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

#C86C1D (or 0xC86C1D) is known color: Chocolate. HEX triplet: C8, 6C and 1D. RGB value is (200,108,29). Sum of RGB (Red+Green+Blue) = 200+108+29=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C1D is #3793E2. Grayscale: #7E7E7E. Windows color (decimal): -3642339 or 1928392. OLE color: 1928392.

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

Color convert

RGB 200 108 29 -
CMYK 0 0.46 0.86 0.22
HSL 27.72º 0.75% 0.45% -
HSV(B) 27.72º 0.86% 0.78% -
XYZ 29.4 23.09 4.07 -
YUV 126.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 200 108 29 0 0.46 0.86 0.22 27.72 0.75 0.45
Hex C8 6C 1D 0 2E 56 16 1C 4B 2D
Octal 310 154 35 0 56 126 26 34 113 55
Binary 11001000 1101100 11101 0 101110 1010110 10110 11100 1001011 101101

Color Harmonies of #C86C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C1D

Black with #C86C1D

Text Example


Text Example

White with #C86C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C1D; }

 p { color: rgb(200,108,29); }

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

background-color css

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

 a { background-color: rgb(200,108,29); }

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

border-color css

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

 span { border-color: rgb(200,108,29); }

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