Html Css Color HEX #C86200 Tenne (Tawny)

📋 copy color: '#C86200'

red 200 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #C86200

Tints of Tenne (Tawny) #C86200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.11%
G = 32.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C86200 (or 0xC86200) is known color: Tenne (Tawny). HEX triplet: C8, 62 and 00. RGB value is (200,98,0). Sum of RGB (Red+Green+Blue) = 200+98+0=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C86200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86200 is #379DFF. Grayscale: #757575. Windows color (decimal): -3644928 or 25288. OLE color: 25288.

HSL color Cylindrical-coordinate representation of color #C86200: hue angle of 29.4º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C86200 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 98 0 -
CMYK 0 0.51 1 0.22
HSL 29.4º 1% 0.39% -
HSV(B) 29.4º 1% 0.78% -
XYZ 28.19 21.01 2.57 -
YUV 117.33 61.79 186.97 -
System Red Green Blue C M Y K H S L
Decimal 200 98 0 0 0.51 1 0.22 29.4 1 0.39
Hex C8 62 0 0 33 64 16 1D 64 27
Octal 310 142 0 0 63 144 26 35 144 47
Binary 11001000 1100010 0 0 110011 1100100 10110 11101 1100100 100111

Color Harmonies of #C86200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86200

Black with #C86200

Text Example


Text Example

White with #C86200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86200; }

 p { color: rgb(200,98,0); }

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

background-color css

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

 a { background-color: rgb(200,98,0); }

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

border-color css

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

 span { border-color: rgb(200,98,0); }

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