Html Css Color HEX #C86A02 Tenne (Tawny)

📋 copy color: '#C86A02'

red 200 ◦ green 106 ◦ blue 2

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

Shades of Tenne (Tawny) #C86A02

Tints of Tenne (Tawny) #C86A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.42%

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

R = 64.94%
G = 34.42%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C86A02 (or 0xC86A02) is known color: Tenne (Tawny). HEX triplet: C8, 6A and 02. RGB value is (200,106,2). Sum of RGB (Red+Green+Blue) = 200+106+2=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86A02 is #3795FD. Grayscale: #7A7A7A. Windows color (decimal): -3642878 or 158408. OLE color: 158408.

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

Color convert

RGB 200 106 2 -
CMYK 0 0.47 0.99 0.22
HSL 31.52º 0.98% 0.4% -
HSV(B) 31.52º 0.99% 0.78% -
XYZ 28.98 22.59 2.89 -
YUV 122.25 60.14 183.46 -
System Red Green Blue C M Y K H S L
Decimal 200 106 2 0 0.47 0.99 0.22 31.52 0.98 0.4
Hex C8 6A 2 0 2F 63 16 20 62 28
Octal 310 152 2 0 57 143 26 40 142 50
Binary 11001000 1101010 10 0 101111 1100011 10110 100000 1100010 101000

Color Harmonies of #C86A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A02

Black with #C86A02

Text Example


Text Example

White with #C86A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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