Html Css Color HEX #C86505 Tenne (Tawny)

📋 copy color: '#C86505'

red 200 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #C86505

Tints of Tenne (Tawny) #C86505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 65.36%
G = 33.01%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C86505 (or 0xC86505) is known color: Tenne (Tawny). HEX triplet: C8, 65 and 05. RGB value is (200,101,5). Sum of RGB (Red+Green+Blue) = 200+101+5=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C86505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86505 is #379AFA. Grayscale: #787878. Windows color (decimal): -3644155 or 353736. OLE color: 353736.

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

Color convert

RGB 200 101 5 -
CMYK 0 0.49 0.98 0.22
HSL 29.54º 0.95% 0.4% -
HSV(B) 29.54º 0.98% 0.78% -
XYZ 28.5 21.6 2.81 -
YUV 119.66 63.3 185.31 -
System Red Green Blue C M Y K H S L
Decimal 200 101 5 0 0.49 0.98 0.22 29.54 0.95 0.4
Hex C8 65 5 0 31 62 16 1E 5F 28
Octal 310 145 5 0 61 142 26 36 137 50
Binary 11001000 1100101 101 0 110001 1100010 10110 11110 1011111 101000

Color Harmonies of #C86505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86505

Black with #C86505

Text Example


Text Example

White with #C86505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86505; }

 p { color: rgb(200,101,5); }

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

background-color css

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

 a { background-color: rgb(200,101,5); }

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

border-color css

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

 span { border-color: rgb(200,101,5); }

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