Html Css Color HEX #C86302 Tenne (Tawny)

📋 copy color: '#C86302'

red 200 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #C86302

Tints of Tenne (Tawny) #C86302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 66.45%
G = 32.89%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C86302 (or 0xC86302) is known color: Tenne (Tawny). HEX triplet: C8, 63 and 02. RGB value is (200,99,2). Sum of RGB (Red+Green+Blue) = 200+99+2=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C86302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86302 is #379CFD. Grayscale: #767676. Windows color (decimal): -3644670 or 156616. OLE color: 156616.

HSL color Cylindrical-coordinate representation of color #C86302: hue angle of 29.39º 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 #C86302 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 99 2 -
CMYK 0 0.50 0.99 0.22
HSL 29.39º 0.98% 0.4% -
HSV(B) 29.39º 0.99% 0.78% -
XYZ 28.29 21.21 2.66 -
YUV 118.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 200 99 2 0 0.50 0.99 0.22 29.39 0.98 0.4
Hex C8 63 2 0 32 63 16 1D 62 28
Octal 310 143 2 0 62 143 26 35 142 50
Binary 11001000 1100011 10 0 110010 1100011 10110 11101 1100010 101000

Color Harmonies of #C86302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86302

Black with #C86302

Text Example


Text Example

White with #C86302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86302; }

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

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

background-color css

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

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

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

border-color css

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

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

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