Html Css Color HEX #C85110 Tenne (Tawny)

📋 copy color: '#C85110'

red 200 ◦ green 81 ◦ blue 16

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

Shades of Tenne (Tawny) #C85110

Tints of Tenne (Tawny) #C85110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 67.34%
G = 27.27%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C85110 (or 0xC85110) is known color: Tenne (Tawny). HEX triplet: C8, 51 and 10. RGB value is (200,81,16). Sum of RGB (Red+Green+Blue) = 200+81+16=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C85110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85110 is #37AEEF. Grayscale: #6D6D6D. Windows color (decimal): -3649264 or 1069512. OLE color: 1069512.

HSL color Cylindrical-coordinate representation of color #C85110: hue angle of 21.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C85110 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 81 16 -
CMYK 0 0.59 0.92 0.22
HSL 21.2º 0.85% 0.42% -
HSV(B) 21.2º 0.92% 0.78% -
XYZ 26.86 18.2 2.59 -
YUV 109.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 200 81 16 0 0.59 0.92 0.22 21.2 0.85 0.42
Hex C8 51 10 0 3B 5C 16 15 55 2A
Octal 310 121 20 0 73 134 26 25 125 52
Binary 11001000 1010001 10000 0 111011 1011100 10110 10101 1010101 101010

Color Harmonies of #C85110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85110

Black with #C85110

Text Example


Text Example

White with #C85110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85110; }

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

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

background-color css

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

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

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

border-color css

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

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

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