Html Css Color HEX #C85116 Tenne (Tawny)

📋 copy color: '#C85116'

red 200 ◦ green 81 ◦ blue 22

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

Shades of Tenne (Tawny) #C85116

Tints of Tenne (Tawny) #C85116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 66.01%
G = 26.73%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C85116 (or 0xC85116) is known color: Tenne (Tawny). HEX triplet: C8, 51 and 16. RGB value is (200,81,22). Sum of RGB (Red+Green+Blue) = 200+81+22=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C85116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85116 is #37AEE9. Grayscale: #6E6E6E. Windows color (decimal): -3649258 or 1462728. OLE color: 1462728.

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

Color convert

RGB 200 81 22 -
CMYK 0 0.59 0.89 0.22
HSL 19.89º 0.8% 0.44% -
HSV(B) 19.89º 0.89% 0.78% -
XYZ 26.91 18.22 2.86 -
YUV 109.86 78.42 192.3 -
System Red Green Blue C M Y K H S L
Decimal 200 81 22 0 0.59 0.89 0.22 19.89 0.8 0.44
Hex C8 51 16 0 3B 59 16 14 50 2C
Octal 310 121 26 0 73 131 26 24 120 54
Binary 11001000 1010001 10110 0 111011 1011001 10110 10100 1010000 101100

Color Harmonies of #C85116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85116

Black with #C85116

Text Example


Text Example

White with #C85116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85116; }

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

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

background-color css

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

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

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

border-color css

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

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

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