Html Css Color HEX #C86A1E Chocolate

📋 copy color: '#C86A1E'

red 200 ◦ green 106 ◦ blue 30

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

Shades of Chocolate #C86A1E

Tints of Chocolate #C86A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 59.52%
G = 31.55%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C86A1E (or 0xC86A1E) is known color: Chocolate. HEX triplet: C8, 6A and 1E. RGB value is (200,106,30). Sum of RGB (Red+Green+Blue) = 200+106+30=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A1E is #3795E1. Grayscale: #7D7D7D. Windows color (decimal): -3642850 or 1993416. OLE color: 1993416.

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

Color convert

RGB 200 106 30 -
CMYK 0 0.47 0.85 0.22
HSL 26.82º 0.74% 0.45% -
HSV(B) 26.82º 0.85% 0.78% -
XYZ 29.21 22.68 4.07 -
YUV 125.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 200 106 30 0 0.47 0.85 0.22 26.82 0.74 0.45
Hex C8 6A 1E 0 2F 55 16 1B 4A 2D
Octal 310 152 36 0 57 125 26 33 112 55
Binary 11001000 1101010 11110 0 101111 1010101 10110 11011 1001010 101101

Color Harmonies of #C86A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A1E

Black with #C86A1E

Text Example


Text Example

White with #C86A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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