Html Css Color HEX #C85011 Tenne (Tawny)

📋 copy color: '#C85011'

red 200 ◦ green 80 ◦ blue 17

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

Shades of Tenne (Tawny) #C85011

Tints of Tenne (Tawny) #C85011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 67.34%
G = 26.94%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C85011 (or 0xC85011) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 11. RGB value is (200,80,17). Sum of RGB (Red+Green+Blue) = 200+80+17=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C85011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85011 is #37AFEE. Grayscale: #6D6D6D. Windows color (decimal): -3649519 or 1134792. OLE color: 1134792.

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

Color convert

RGB 200 80 17 -
CMYK 0 0.6 0.92 0.22
HSL 20.66º 0.84% 0.43% -
HSV(B) 20.66º 0.92% 0.78% -
XYZ 26.79 18.06 2.6 -
YUV 108.7 76.26 193.12 -
System Red Green Blue C M Y K H S L
Decimal 200 80 17 0 0.6 0.92 0.22 20.66 0.84 0.43
Hex C8 50 11 0 3C 5C 16 15 54 2B
Octal 310 120 21 0 74 134 26 25 124 53
Binary 11001000 1010000 10001 0 111100 1011100 10110 10101 1010100 101011

Color Harmonies of #C85011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85011

Black with #C85011

Text Example


Text Example

White with #C85011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85011; }

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

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

background-color css

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

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

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

border-color css

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

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

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