Html Css Color HEX #C8520E Tenne (Tawny)

📋 copy color: '#C8520E'

red 200 ◦ green 82 ◦ blue 14

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

Shades of Tenne (Tawny) #C8520E

Tints of Tenne (Tawny) #C8520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 67.57%
G = 27.7%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8520E (or 0xC8520E) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 0E. RGB value is (200,82,14). Sum of RGB (Red+Green+Blue) = 200+82+14=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8520E is #37ADF1. Grayscale: #6D6D6D. Windows color (decimal): -3649010 or 938696. OLE color: 938696.

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

Color convert

RGB 200 82 14 -
CMYK 0 0.59 0.93 0.22
HSL 21.94º 0.87% 0.42% -
HSV(B) 21.94º 0.93% 0.78% -
XYZ 26.92 18.35 2.54 -
YUV 109.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 200 82 14 0 0.59 0.93 0.22 21.94 0.87 0.42
Hex C8 52 E 0 3B 5D 16 16 57 2A
Octal 310 122 16 0 73 135 26 26 127 52
Binary 11001000 1010010 1110 0 111011 1011101 10110 10110 1010111 101010

Color Harmonies of #C8520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8520E

Black with #C8520E

Text Example


Text Example

White with #C8520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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