Html Css Color HEX #C96E00 Tenne (Tawny)

📋 copy color: '#C96E00'

red 201 ◦ green 110 ◦ blue 0

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

Shades of Tenne (Tawny) #C96E00

Tints of Tenne (Tawny) #C96E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.63%
G = 35.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C96E00 (or 0xC96E00) is known color: Tenne (Tawny). HEX triplet: C9, 6E and 00. RGB value is (201,110,0). Sum of RGB (Red+Green+Blue) = 201+110+0=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96E00 is #3691FF. Grayscale: #7D7D7D. Windows color (decimal): -3576320 or 28361. OLE color: 28361.

HSL color Cylindrical-coordinate representation of color #C96E00: hue angle of 32.84º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C96E00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 0 -
CMYK 0 0.45 1 0.21
HSL 32.84º 1% 0.39% -
HSV(B) 32.84º 1% 0.79% -
XYZ 29.66 23.57 2.99 -
YUV 124.67 57.65 182.44 -
System Red Green Blue C M Y K H S L
Decimal 201 110 0 0 0.45 1 0.21 32.84 1 0.39
Hex C9 6E 0 0 2D 64 15 21 64 27
Octal 311 156 0 0 55 144 25 41 144 47
Binary 11001001 1101110 0 0 101101 1100100 10101 100001 1100100 100111

Color Harmonies of #C96E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E00

Black with #C96E00

Text Example


Text Example

White with #C96E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E00; }

 p { color: rgb(201,110,0); }

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

background-color css

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

 a { background-color: rgb(201,110,0); }

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

border-color css

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

 span { border-color: rgb(201,110,0); }

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