Html Css Color HEX #C85006 Tenne (Tawny)

📋 copy color: '#C85006'

red 200 ◦ green 80 ◦ blue 6

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

Shades of Tenne (Tawny) #C85006

Tints of Tenne (Tawny) #C85006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 69.93%
G = 27.97%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C85006 (or 0xC85006) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 06. RGB value is (200,80,6). Sum of RGB (Red+Green+Blue) = 200+80+6=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C85006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85006 is #37AFF9. Grayscale: #6B6B6B. Windows color (decimal): -3649530 or 413896. OLE color: 413896.

HSL color Cylindrical-coordinate representation of color #C85006: hue angle of 22.89º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C85006 is Cyan = 0, Magento = 0.6, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 6 -
CMYK 0 0.6 0.97 0.22
HSL 22.89º 0.94% 0.4% -
HSV(B) 22.89º 0.97% 0.78% -
XYZ 26.72 18.03 2.24 -
YUV 107.44 70.76 194.02 -
System Red Green Blue C M Y K H S L
Decimal 200 80 6 0 0.6 0.97 0.22 22.89 0.94 0.4
Hex C8 50 6 0 3C 61 16 17 5E 28
Octal 310 120 6 0 74 141 26 27 136 50
Binary 11001000 1010000 110 0 111100 1100001 10110 10111 1011110 101000

Color Harmonies of #C85006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85006

Black with #C85006

Text Example


Text Example

White with #C85006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85006; }

 p { color: rgb(200,80,6); }

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

background-color css

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

 a { background-color: rgb(200,80,6); }

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

border-color css

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

 span { border-color: rgb(200,80,6); }

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