Html Css Color HEX #C86402 Tenne (Tawny)

📋 copy color: '#C86402'

red 200 ◦ green 100 ◦ blue 2

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

Shades of Tenne (Tawny) #C86402

Tints of Tenne (Tawny) #C86402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 66.23%
G = 33.11%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C86402 (or 0xC86402) is known color: Tenne (Tawny). HEX triplet: C8, 64 and 02. RGB value is (200,100,2). Sum of RGB (Red+Green+Blue) = 200+100+2=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C86402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86402 is #379BFD. Grayscale: #777777. Windows color (decimal): -3644414 or 156872. OLE color: 156872.

HSL color Cylindrical-coordinate representation of color #C86402: hue angle of 29.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C86402 is Cyan = 0, Magento = 0.5, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 100 2 -
CMYK 0 0.5 0.99 0.22
HSL 29.7º 0.98% 0.4% -
HSV(B) 29.7º 0.99% 0.78% -
XYZ 28.39 21.4 2.69 -
YUV 118.73 62.13 185.97 -
System Red Green Blue C M Y K H S L
Decimal 200 100 2 0 0.5 0.99 0.22 29.7 0.98 0.4
Hex C8 64 2 0 32 63 16 1E 62 28
Octal 310 144 2 0 62 143 26 36 142 50
Binary 11001000 1100100 10 0 110010 1100011 10110 11110 1100010 101000

Color Harmonies of #C86402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86402

Black with #C86402

Text Example


Text Example

White with #C86402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86402; }

 p { color: rgb(200,100,2); }

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

background-color css

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

 a { background-color: rgb(200,100,2); }

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

border-color css

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

 span { border-color: rgb(200,100,2); }

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