Html Css Color HEX #C86A1A Chocolate

📋 copy color: '#C86A1A'

red 200 ◦ green 106 ◦ blue 26

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

Shades of Chocolate #C86A1A

Tints of Chocolate #C86A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 60.24%
G = 31.93%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C86A1A (or 0xC86A1A) is known color: Chocolate. HEX triplet: C8, 6A and 1A. RGB value is (200,106,26). Sum of RGB (Red+Green+Blue) = 200+106+26=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A1A is #3795E5. Grayscale: #7D7D7D. Windows color (decimal): -3642854 or 1731272. OLE color: 1731272.

HSL color Cylindrical-coordinate representation of color #C86A1A: hue angle of 27.59º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C86A1A is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 26 -
CMYK 0 0.47 0.87 0.22
HSL 27.59º 0.77% 0.44% -
HSV(B) 27.59º 0.87% 0.78% -
XYZ 29.16 22.66 3.81 -
YUV 124.99 72.14 181.5 -
System Red Green Blue C M Y K H S L
Decimal 200 106 26 0 0.47 0.87 0.22 27.59 0.77 0.44
Hex C8 6A 1A 0 2F 57 16 1C 4D 2C
Octal 310 152 32 0 57 127 26 34 115 54
Binary 11001000 1101010 11010 0 101111 1010111 10110 11100 1001101 101100

Color Harmonies of #C86A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A1A

Black with #C86A1A

Text Example


Text Example

White with #C86A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A1A; }

 p { color: rgb(200,106,26); }

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

background-color css

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

 a { background-color: rgb(200,106,26); }

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

border-color css

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

 span { border-color: rgb(200,106,26); }

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