Html Css Color HEX #C86914 Chocolate

📋 copy color: '#C86914'

red 200 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #C86914

Tints of Chocolate #C86914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 61.54%
G = 32.31%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C86914 (or 0xC86914) is known color: Chocolate. HEX triplet: C8, 69 and 14. RGB value is (200,105,20). Sum of RGB (Red+Green+Blue) = 200+105+20=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C86914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86914 is #3796EB. Grayscale: #7C7C7C. Windows color (decimal): -3643116 or 1337800. OLE color: 1337800.

HSL color Cylindrical-coordinate representation of color #C86914: hue angle of 28.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C86914 is Cyan = 0, Magento = 0.48, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 105 20 -
CMYK 0 0.48 0.9 0.22
HSL 28.33º 0.82% 0.43% -
HSV(B) 28.33º 0.9% 0.78% -
XYZ 29 22.43 3.46 -
YUV 123.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 200 105 20 0 0.48 0.9 0.22 28.33 0.82 0.43
Hex C8 69 14 0 30 5A 16 1C 52 2B
Octal 310 151 24 0 60 132 26 34 122 53
Binary 11001000 1101001 10100 0 110000 1011010 10110 11100 1010010 101011

Color Harmonies of #C86914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86914

Black with #C86914

Text Example


Text Example

White with #C86914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86914; }

 p { color: rgb(200,105,20); }

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

background-color css

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

 a { background-color: rgb(200,105,20); }

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

border-color css

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

 span { border-color: rgb(200,105,20); }

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