Html Css Color HEX #C97100 Tenne (Tawny)

📋 copy color: '#C97100'

red 201 ◦ green 113 ◦ blue 0

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

Shades of Tenne (Tawny) #C97100

Tints of Tenne (Tawny) #C97100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

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

R = 64.01%
G = 35.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C97100 (or 0xC97100) is known color: Tenne (Tawny). HEX triplet: C9, 71 and 00. RGB value is (201,113,0). Sum of RGB (Red+Green+Blue) = 201+113+0=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C97100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97100 is #368EFF. Grayscale: #7E7E7E. Windows color (decimal): -3575552 or 29129. OLE color: 29129.

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

Color convert

RGB 201 113 0 -
CMYK 0 0.44 1 0.21
HSL 33.73º 1% 0.39% -
HSV(B) 33.73º 1% 0.79% -
XYZ 29.99 24.23 3.1 -
YUV 126.43 56.65 181.19 -
System Red Green Blue C M Y K H S L
Decimal 201 113 0 0 0.44 1 0.21 33.73 1 0.39
Hex C9 71 0 0 2C 64 15 22 64 27
Octal 311 161 0 0 54 144 25 42 144 47
Binary 11001001 1110001 0 0 101100 1100100 10101 100010 1100100 100111

Color Harmonies of #C97100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97100

Black with #C97100

Text Example


Text Example

White with #C97100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97100; }

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

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

background-color css

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

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

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

border-color css

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

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

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