Html Css Color HEX #C86F03 Tenne (Tawny)

📋 copy color: '#C86F03'

red 200 ◦ green 111 ◦ blue 3

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

Shades of Tenne (Tawny) #C86F03

Tints of Tenne (Tawny) #C86F03

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 63.69%
G = 35.35%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C86F03 (or 0xC86F03) is known color: Tenne (Tawny). HEX triplet: C8, 6F and 03. RGB value is (200,111,3). Sum of RGB (Red+Green+Blue) = 200+111+3=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86F03 is #3790FC. Grayscale: #7D7D7D. Windows color (decimal): -3641597 or 225224. OLE color: 225224.

HSL color Cylindrical-coordinate representation of color #C86F03: hue angle of 32.89º degrees, saturation: 0.97, 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 #C86F03 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 111 3 -
CMYK 0 0.44 0.98 0.22
HSL 32.89º 0.97% 0.4% -
HSV(B) 32.89º 0.99% 0.78% -
XYZ 29.52 23.65 3.1 -
YUV 125.3 58.99 181.28 -
System Red Green Blue C M Y K H S L
Decimal 200 111 3 0 0.44 0.98 0.22 32.89 0.97 0.4
Hex C8 6F 3 0 2C 62 16 21 61 28
Octal 310 157 3 0 54 142 26 41 141 50
Binary 11001000 1101111 11 0 101100 1100010 10110 100001 1100001 101000

Color Harmonies of #C86F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F03

Black with #C86F03

Text Example


Text Example

White with #C86F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F03; }

 p { color: rgb(200,111,3); }

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

background-color css

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

 a { background-color: rgb(200,111,3); }

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

border-color css

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

 span { border-color: rgb(200,111,3); }

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