Html Css Color HEX #C85B11 Tenne (Tawny)

📋 copy color: '#C85B11'

red 200 ◦ green 91 ◦ blue 17

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

Shades of Tenne (Tawny) #C85B11

Tints of Tenne (Tawny) #C85B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.55%

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

R = 64.94%
G = 29.55%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C85B11 (or 0xC85B11) is known color: Tenne (Tawny). HEX triplet: C8, 5B and 11. RGB value is (200,91,17). Sum of RGB (Red+Green+Blue) = 200+91+17=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85B11 is #37A4EE. Grayscale: #737373. Windows color (decimal): -3646703 or 1137608. OLE color: 1137608.

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

Color convert

RGB 200 91 17 -
CMYK 0 0.54 0.92 0.22
HSL 24.26º 0.84% 0.43% -
HSV(B) 24.26º 0.92% 0.78% -
XYZ 27.66 19.8 2.89 -
YUV 115.16 72.61 188.52 -
System Red Green Blue C M Y K H S L
Decimal 200 91 17 0 0.54 0.92 0.22 24.26 0.84 0.43
Hex C8 5B 11 0 36 5C 16 18 54 2B
Octal 310 133 21 0 66 134 26 30 124 53
Binary 11001000 1011011 10001 0 110110 1011100 10110 11000 1010100 101011

Color Harmonies of #C85B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B11

Black with #C85B11

Text Example


Text Example

White with #C85B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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