Html Css Color HEX #C85616 Tenne (Tawny)

📋 copy color: '#C85616'

red 200 ◦ green 86 ◦ blue 22

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

Shades of Tenne (Tawny) #C85616

Tints of Tenne (Tawny) #C85616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 64.94%
G = 27.92%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C85616 (or 0xC85616) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 16. RGB value is (200,86,22). Sum of RGB (Red+Green+Blue) = 200+86+22=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C85616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85616 is #37A9E9. Grayscale: #717171. Windows color (decimal): -3647978 or 1464008. OLE color: 1464008.

HSL color Cylindrical-coordinate representation of color #C85616: hue angle of 21.57º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C85616 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 22 -
CMYK 0 0.57 0.89 0.22
HSL 21.57º 0.8% 0.44% -
HSV(B) 21.57º 0.89% 0.78% -
XYZ 27.29 18.99 2.99 -
YUV 112.79 76.77 190.2 -
System Red Green Blue C M Y K H S L
Decimal 200 86 22 0 0.57 0.89 0.22 21.57 0.8 0.44
Hex C8 56 16 0 39 59 16 16 50 2C
Octal 310 126 26 0 71 131 26 26 120 54
Binary 11001000 1010110 10110 0 111001 1011001 10110 10110 1010000 101100

Color Harmonies of #C85616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85616

Black with #C85616

Text Example


Text Example

White with #C85616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85616; }

 p { color: rgb(200,86,22); }

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

background-color css

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

 a { background-color: rgb(200,86,22); }

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

border-color css

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

 span { border-color: rgb(200,86,22); }

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