Html Css Color HEX #C9600E Tenne (Tawny)

📋 copy color: '#C9600E'

red 201 ◦ green 96 ◦ blue 14

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

Shades of Tenne (Tawny) #C9600E

Tints of Tenne (Tawny) #C9600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 64.63%
G = 30.87%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9600E (or 0xC9600E) is known color: Tenne (Tawny). HEX triplet: C9, 60 and 0E. RGB value is (201,96,14). Sum of RGB (Red+Green+Blue) = 201+96+14=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9600E is #369FF1. Grayscale: #767676. Windows color (decimal): -3579890 or 942281. OLE color: 942281.

HSL color Cylindrical-coordinate representation of color #C9600E: hue angle of 26.31º 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 #C9600E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 96 14 -
CMYK 0 0.52 0.93 0.21
HSL 26.31º 0.87% 0.42% -
HSV(B) 26.31º 0.93% 0.79% -
XYZ 28.35 20.81 2.94 -
YUV 118.05 69.29 187.17 -
System Red Green Blue C M Y K H S L
Decimal 201 96 14 0 0.52 0.93 0.21 26.31 0.87 0.42
Hex C9 60 E 0 34 5D 15 1A 57 2A
Octal 311 140 16 0 64 135 25 32 127 52
Binary 11001001 1100000 1110 0 110100 1011101 10101 11010 1010111 101010

Color Harmonies of #C9600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9600E

Black with #C9600E

Text Example


Text Example

White with #C9600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9600E; }

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

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

background-color css

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

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

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

border-color css

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

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

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