Html Css Color HEX #C86A21 Chocolate

📋 copy color: '#C86A21'

red 200 ◦ green 106 ◦ blue 33

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

Shades of Chocolate #C86A21

Tints of Chocolate #C86A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.73%

R = 59%
G = 31.27%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C86A21 (or 0xC86A21) is known color: Chocolate. HEX triplet: C8, 6A and 21. RGB value is (200,106,33). Sum of RGB (Red+Green+Blue) = 200+106+33=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A21 is #3795DE. Grayscale: #7E7E7E. Windows color (decimal): -3642847 or 2190024. OLE color: 2190024.

HSL color Cylindrical-coordinate representation of color #C86A21: hue angle of 26.23º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C86A21 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 33 -
CMYK 0 0.47 0.84 0.22
HSL 26.23º 0.72% 0.46% -
HSV(B) 26.23º 0.84% 0.78% -
XYZ 29.25 22.7 4.28 -
YUV 125.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 200 106 33 0 0.47 0.84 0.22 26.23 0.72 0.46
Hex C8 6A 21 0 2F 54 16 1A 48 2E
Octal 310 152 41 0 57 124 26 32 110 56
Binary 11001000 1101010 100001 0 101111 1010100 10110 11010 1001000 101110

Color Harmonies of #C86A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A21

Black with #C86A21

Text Example


Text Example

White with #C86A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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