Html Css Color HEX #C85208 Tenne (Tawny)

📋 copy color: '#C85208'

red 200 ◦ green 82 ◦ blue 8

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

Shades of Tenne (Tawny) #C85208

Tints of Tenne (Tawny) #C85208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

 BLUE value IS 8 (3.52% from 255) = 2.76%

R = 68.97%
G = 28.28%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C85208 (or 0xC85208) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 08. RGB value is (200,82,8). Sum of RGB (Red+Green+Blue) = 200+82+8=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C85208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85208 is #37ADF7. Grayscale: #6D6D6D. Windows color (decimal): -3649016 or 545480. OLE color: 545480.

HSL color Cylindrical-coordinate representation of color #C85208: hue angle of 23.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C85208 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 8 -
CMYK 0 0.59 0.96 0.22
HSL 23.13º 0.92% 0.41% -
HSV(B) 23.13º 0.96% 0.78% -
XYZ 26.88 18.33 2.35 -
YUV 108.85 71.09 193.02 -
System Red Green Blue C M Y K H S L
Decimal 200 82 8 0 0.59 0.96 0.22 23.13 0.92 0.41
Hex C8 52 8 0 3B 60 16 17 5C 29
Octal 310 122 10 0 73 140 26 27 134 51
Binary 11001000 1010010 1000 0 111011 1100000 10110 10111 1011100 101001

Color Harmonies of #C85208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85208

Black with #C85208

Text Example


Text Example

White with #C85208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85208; }

 p { color: rgb(200,82,8); }

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

background-color css

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

 a { background-color: rgb(200,82,8); }

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

border-color css

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

 span { border-color: rgb(200,82,8); }

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