Html Css Color HEX #C85511 Tenne (Tawny)

📋 copy color: '#C85511'

red 200 ◦ green 85 ◦ blue 17

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

Shades of Tenne (Tawny) #C85511

Tints of Tenne (Tawny) #C85511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 66.23%
G = 28.15%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C85511 (or 0xC85511) is known color: Tenne (Tawny). HEX triplet: C8, 55 and 11. RGB value is (200,85,17). Sum of RGB (Red+Green+Blue) = 200+85+17=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C85511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85511 is #37AAEE. Grayscale: #707070. Windows color (decimal): -3648239 or 1136072. OLE color: 1136072.

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

Color convert

RGB 200 85 17 -
CMYK 0 0.58 0.92 0.22
HSL 22.3º 0.84% 0.43% -
HSV(B) 22.3º 0.92% 0.78% -
XYZ 27.17 18.82 2.73 -
YUV 111.63 74.6 191.03 -
System Red Green Blue C M Y K H S L
Decimal 200 85 17 0 0.58 0.92 0.22 22.3 0.84 0.43
Hex C8 55 11 0 3A 5C 16 16 54 2B
Octal 310 125 21 0 72 134 26 26 124 53
Binary 11001000 1010101 10001 0 111010 1011100 10110 10110 1010100 101011

Color Harmonies of #C85511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85511

Black with #C85511

Text Example


Text Example

White with #C85511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85511; }

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

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

background-color css

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

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

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

border-color css

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

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

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