Html Css Color HEX #C96F01 Tenne (Tawny)

📋 copy color: '#C96F01'

red 201 ◦ green 111 ◦ blue 1

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

Shades of Tenne (Tawny) #C96F01

Tints of Tenne (Tawny) #C96F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

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

R = 64.22%
G = 35.46%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C96F01 (or 0xC96F01) is known color: Tenne (Tawny). HEX triplet: C9, 6F and 01. RGB value is (201,111,1). Sum of RGB (Red+Green+Blue) = 201+111+1=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96F01 is #3690FE. Grayscale: #7D7D7D. Windows color (decimal): -3576063 or 94153. OLE color: 94153.

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

Color convert

RGB 201 111 1 -
CMYK 0 0.45 1.00 0.21
HSL 33º 0.99% 0.4% -
HSV(B) 33º 1% 0.79% -
XYZ 29.78 23.79 3.05 -
YUV 125.37 57.82 181.94 -
System Red Green Blue C M Y K H S L
Decimal 201 111 1 0 0.45 1.00 0.21 33 0.99 0.4
Hex C9 6F 1 0 2D 64 15 21 63 28
Octal 311 157 1 0 55 144 25 41 143 50
Binary 11001001 1101111 1 0 101101 1100100 10101 100001 1100011 101000

Color Harmonies of #C96F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F01

Black with #C96F01

Text Example


Text Example

White with #C96F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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