Html Css Color HEX #C8520F Tenne (Tawny)

📋 copy color: '#C8520F'

red 200 ◦ green 82 ◦ blue 15

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

Shades of Tenne (Tawny) #C8520F

Tints of Tenne (Tawny) #C8520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.05%

R = 67.34%
G = 27.61%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8520F (or 0xC8520F) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 0F. RGB value is (200,82,15). Sum of RGB (Red+Green+Blue) = 200+82+15=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8520F is #37ADF0. Grayscale: #6E6E6E. Windows color (decimal): -3649009 or 1004232. OLE color: 1004232.

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

Color convert

RGB 200 82 15 -
CMYK 0 0.59 0.92 0.22
HSL 21.73º 0.86% 0.42% -
HSV(B) 21.73º 0.93% 0.78% -
XYZ 26.92 18.35 2.57 -
YUV 109.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 200 82 15 0 0.59 0.92 0.22 21.73 0.86 0.42
Hex C8 52 F 0 3B 5C 16 16 56 2A
Octal 310 122 17 0 73 134 26 26 126 52
Binary 11001000 1010010 1111 0 111011 1011100 10110 10110 1010110 101010

Color Harmonies of #C8520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8520F

Black with #C8520F

Text Example


Text Example

White with #C8520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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