Html Css Color HEX #C85910 Tenne (Tawny)

📋 copy color: '#C85910'

red 200 ◦ green 89 ◦ blue 16

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

Shades of Tenne (Tawny) #C85910

Tints of Tenne (Tawny) #C85910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

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

R = 65.57%
G = 29.18%
B = 5.25%

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

#C85910 (or 0xC85910) is known color: Tenne (Tawny). HEX triplet: C8, 59 and 10. RGB value is (200,89,16). Sum of RGB (Red+Green+Blue) = 200+89+16=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C85910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85910 is #37A6EF. Grayscale: #727272. Windows color (decimal): -3647216 or 1071560. OLE color: 1071560.

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

Color convert

RGB 200 89 16 -
CMYK 0 0.56 0.92 0.22
HSL 23.8º 0.85% 0.42% -
HSV(B) 23.8º 0.92% 0.78% -
XYZ 27.49 19.46 2.8 -
YUV 113.87 72.77 189.44 -
System Red Green Blue C M Y K H S L
Decimal 200 89 16 0 0.56 0.92 0.22 23.8 0.85 0.42
Hex C8 59 10 0 38 5C 16 18 55 2A
Octal 310 131 20 0 70 134 26 30 125 52
Binary 11001000 1011001 10000 0 111000 1011100 10110 11000 1010101 101010

Color Harmonies of #C85910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85910

Black with #C85910

Text Example


Text Example

White with #C85910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85910; }

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

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

background-color css

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

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

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

border-color css

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

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

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