Html Css Color HEX #C9500E Tenne (Tawny)

📋 copy color: '#C9500E'

red 201 ◦ green 80 ◦ blue 14

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

Shades of Tenne (Tawny) #C9500E

Tints of Tenne (Tawny) #C9500E

RGB

 RED value IS 201 (78.91% from 255) = 68.14%

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

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

R = 68.14%
G = 27.12%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9500E (or 0xC9500E) is known color: Tenne (Tawny). HEX triplet: C9, 50 and 0E. RGB value is (201,80,14). Sum of RGB (Red+Green+Blue) = 201+80+14=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9500E is #36AFF1. Grayscale: #6D6D6D. Windows color (decimal): -3583986 or 938185. OLE color: 938185.

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

Color convert

RGB 201 80 14 -
CMYK 0 0.60 0.93 0.21
HSL 21.18º 0.87% 0.42% -
HSV(B) 21.18º 0.93% 0.79% -
XYZ 27.04 18.19 2.5 -
YUV 108.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 201 80 14 0 0.60 0.93 0.21 21.18 0.87 0.42
Hex C9 50 E 0 3C 5D 15 15 57 2A
Octal 311 120 16 0 74 135 25 25 127 52
Binary 11001001 1010000 1110 0 111100 1011101 10101 10101 1010111 101010

Color Harmonies of #C9500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9500E

Black with #C9500E

Text Example


Text Example

White with #C9500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9500E; }

 p { color: rgb(201,80,14); }

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

background-color css

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

 a { background-color: rgb(201,80,14); }

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

border-color css

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

 span { border-color: rgb(201,80,14); }

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