Html Css Color HEX #C96401 Tenne (Tawny)

📋 copy color: '#C96401'

red 201 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #C96401

Tints of Tenne (Tawny) #C96401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 66.56%
G = 33.11%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C96401 (or 0xC96401) is known color: Tenne (Tawny). HEX triplet: C9, 64 and 01. RGB value is (201,100,1). Sum of RGB (Red+Green+Blue) = 201+100+1=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C96401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96401 is #369BFE. Grayscale: #777777. Windows color (decimal): -3578879 or 91337. OLE color: 91337.

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

Color convert

RGB 201 100 1 -
CMYK 0 0.50 1.00 0.21
HSL 29.7º 0.99% 0.4% -
HSV(B) 29.7º 1% 0.79% -
XYZ 28.65 21.53 2.68 -
YUV 118.91 61.46 186.55 -
System Red Green Blue C M Y K H S L
Decimal 201 100 1 0 0.50 1.00 0.21 29.7 0.99 0.4
Hex C9 64 1 0 32 64 15 1E 63 28
Octal 311 144 1 0 62 144 25 36 143 50
Binary 11001001 1100100 1 0 110010 1100100 10101 11110 1100011 101000

Color Harmonies of #C96401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96401

Black with #C96401

Text Example


Text Example

White with #C96401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96401; }

 p { color: rgb(201,100,1); }

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

background-color css

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

 a { background-color: rgb(201,100,1); }

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

border-color css

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

 span { border-color: rgb(201,100,1); }

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