Html Css Color HEX #C86C01 Tenne (Tawny)

📋 copy color: '#C86C01'

red 200 ◦ green 108 ◦ blue 1

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

Shades of Tenne (Tawny) #C86C01

Tints of Tenne (Tawny) #C86C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 64.72%
G = 34.95%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C86C01 (or 0xC86C01) is known color: Tenne (Tawny). HEX triplet: C8, 6C and 01. RGB value is (200,108,1). Sum of RGB (Red+Green+Blue) = 200+108+1=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86C01 is #3793FE. Grayscale: #7B7B7B. Windows color (decimal): -3642367 or 93384. OLE color: 93384.

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

Color convert

RGB 200 108 1 -
CMYK 0 0.46 1.00 0.22
HSL 32.26º 0.99% 0.39% -
HSV(B) 32.26º 1% 0.78% -
XYZ 29.19 23.01 2.93 -
YUV 123.31 58.98 182.7 -
System Red Green Blue C M Y K H S L
Decimal 200 108 1 0 0.46 1.00 0.22 32.26 0.99 0.39
Hex C8 6C 1 0 2E 64 16 20 63 27
Octal 310 154 1 0 56 144 26 40 143 47
Binary 11001000 1101100 1 0 101110 1100100 10110 100000 1100011 100111

Color Harmonies of #C86C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C01

Black with #C86C01

Text Example


Text Example

White with #C86C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C01; }

 p { color: rgb(200,108,1); }

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

background-color css

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

 a { background-color: rgb(200,108,1); }

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

border-color css

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

 span { border-color: rgb(200,108,1); }

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