Html Css Color HEX #C8500D Tenne (Tawny)

📋 copy color: '#C8500D'

red 200 ◦ green 80 ◦ blue 13

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

Shades of Tenne (Tawny) #C8500D

Tints of Tenne (Tawny) #C8500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 68.26%
G = 27.3%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8500D (or 0xC8500D) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 0D. RGB value is (200,80,13). Sum of RGB (Red+Green+Blue) = 200+80+13=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8500D is #37AFF2. Grayscale: #6C6C6C. Windows color (decimal): -3649523 or 872648. OLE color: 872648.

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

Color convert

RGB 200 80 13 -
CMYK 0 0.6 0.94 0.22
HSL 21.5º 0.88% 0.42% -
HSV(B) 21.5º 0.94% 0.78% -
XYZ 26.76 18.05 2.45 -
YUV 108.24 74.26 193.45 -
System Red Green Blue C M Y K H S L
Decimal 200 80 13 0 0.6 0.94 0.22 21.5 0.88 0.42
Hex C8 50 D 0 3C 5E 16 15 58 2A
Octal 310 120 15 0 74 136 26 25 130 52
Binary 11001000 1010000 1101 0 111100 1011110 10110 10101 1011000 101010

Color Harmonies of #C8500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8500D

Black with #C8500D

Text Example


Text Example

White with #C8500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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