Html Css Color HEX #C85710 Tenne (Tawny)

📋 copy color: '#C85710'

red 200 ◦ green 87 ◦ blue 16

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

Shades of Tenne (Tawny) #C85710

Tints of Tenne (Tawny) #C85710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

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

R = 66.01%
G = 28.71%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C85710 (or 0xC85710) is known color: Tenne (Tawny). HEX triplet: C8, 57 and 10. RGB value is (200,87,16). Sum of RGB (Red+Green+Blue) = 200+87+16=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C85710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85710 is #37A8EF. Grayscale: #717171. Windows color (decimal): -3647728 or 1071048. OLE color: 1071048.

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

Color convert

RGB 200 87 16 -
CMYK 0 0.56 0.92 0.22
HSL 23.15º 0.85% 0.42% -
HSV(B) 23.15º 0.92% 0.78% -
XYZ 27.32 19.13 2.74 -
YUV 112.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 200 87 16 0 0.56 0.92 0.22 23.15 0.85 0.42
Hex C8 57 10 0 38 5C 16 17 55 2A
Octal 310 127 20 0 70 134 26 27 125 52
Binary 11001000 1010111 10000 0 111000 1011100 10110 10111 1010101 101010

Color Harmonies of #C85710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85710

Black with #C85710

Text Example


Text Example

White with #C85710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85710; }

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

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

background-color css

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

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

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

border-color css

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

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

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