Html Css Color HEX #C85B10 Tenne (Tawny)

📋 copy color: '#C85B10'

red 200 ◦ green 91 ◦ blue 16

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

Shades of Tenne (Tawny) #C85B10

Tints of Tenne (Tawny) #C85B10

RGB

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

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

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

R = 65.15%
G = 29.64%
B = 5.21%

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

#C85B10 (or 0xC85B10) is known color: Tenne (Tawny). HEX triplet: C8, 5B and 10. RGB value is (200,91,16). Sum of RGB (Red+Green+Blue) = 200+91+16=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85B10 is #37A4EF. Grayscale: #737373. Windows color (decimal): -3646704 or 1072072. OLE color: 1072072.

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

Color convert

RGB 200 91 16 -
CMYK 0 0.54 0.92 0.22
HSL 24.46º 0.85% 0.42% -
HSV(B) 24.46º 0.92% 0.78% -
XYZ 27.65 19.8 2.85 -
YUV 115.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 200 91 16 0 0.54 0.92 0.22 24.46 0.85 0.42
Hex C8 5B 10 0 36 5C 16 18 55 2A
Octal 310 133 20 0 66 134 26 30 125 52
Binary 11001000 1011011 10000 0 110110 1011100 10110 11000 1010101 101010

Color Harmonies of #C85B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B10

Black with #C85B10

Text Example


Text Example

White with #C85B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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