Html Css Color HEX #C86920 Chocolate

📋 copy color: '#C86920'

red 200 ◦ green 105 ◦ blue 32

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

Shades of Chocolate #C86920

Tints of Chocolate #C86920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 59.35%
G = 31.16%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C86920 (or 0xC86920) is known color: Chocolate. HEX triplet: C8, 69 and 20. RGB value is (200,105,32). Sum of RGB (Red+Green+Blue) = 200+105+32=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C86920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86920 is #3796DF. Grayscale: #7D7D7D. Windows color (decimal): -3643104 or 2124232. OLE color: 2124232.

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

Color convert

RGB 200 105 32 -
CMYK 0 0.48 0.84 0.22
HSL 26.07º 0.72% 0.45% -
HSV(B) 26.07º 0.84% 0.78% -
XYZ 29.13 22.49 4.17 -
YUV 125.08 75.47 181.44 -
System Red Green Blue C M Y K H S L
Decimal 200 105 32 0 0.48 0.84 0.22 26.07 0.72 0.45
Hex C8 69 20 0 30 54 16 1A 48 2D
Octal 310 151 40 0 60 124 26 32 110 55
Binary 11001000 1101001 100000 0 110000 1010100 10110 11010 1001000 101101

Color Harmonies of #C86920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86920

Black with #C86920

Text Example


Text Example

White with #C86920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86920; }

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

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

background-color css

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

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

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

border-color css

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

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

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