Html Css Color HEX #C85516 Tenne (Tawny)

📋 copy color: '#C85516'

red 200 ◦ green 85 ◦ blue 22

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

Shades of Tenne (Tawny) #C85516

Tints of Tenne (Tawny) #C85516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

 BLUE value IS 22 (8.98% from 255) = 7.17%

R = 65.15%
G = 27.69%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C85516 (or 0xC85516) is known color: Tenne (Tawny). HEX triplet: C8, 55 and 16. RGB value is (200,85,22). Sum of RGB (Red+Green+Blue) = 200+85+22=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C85516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85516 is #37AAE9. Grayscale: #707070. Windows color (decimal): -3648234 or 1463752. OLE color: 1463752.

HSL color Cylindrical-coordinate representation of color #C85516: hue angle of 21.24º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C85516 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 22 -
CMYK 0 0.58 0.89 0.22
HSL 21.24º 0.8% 0.44% -
HSV(B) 21.24º 0.89% 0.78% -
XYZ 27.21 18.83 2.96 -
YUV 112.2 77.1 190.62 -
System Red Green Blue C M Y K H S L
Decimal 200 85 22 0 0.58 0.89 0.22 21.24 0.8 0.44
Hex C8 55 16 0 3A 59 16 15 50 2C
Octal 310 125 26 0 72 131 26 25 120 54
Binary 11001000 1010101 10110 0 111010 1011001 10110 10101 1010000 101100

Color Harmonies of #C85516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85516

Black with #C85516

Text Example


Text Example

White with #C85516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85516; }

 p { color: rgb(200,85,22); }

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

background-color css

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

 a { background-color: rgb(200,85,22); }

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

border-color css

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

 span { border-color: rgb(200,85,22); }

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