Html Css Color HEX #C97000 Tenne (Tawny)

📋 copy color: '#C97000'

red 201 ◦ green 112 ◦ blue 0

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

Shades of Tenne (Tawny) #C97000

Tints of Tenne (Tawny) #C97000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 64.22%
G = 35.78%
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

#C97000 (or 0xC97000) is known color: Tenne (Tawny). HEX triplet: C9, 70 and 00. RGB value is (201,112,0). Sum of RGB (Red+Green+Blue) = 201+112+0=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C97000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97000 is #368FFF. Grayscale: #7E7E7E. Windows color (decimal): -3575808 or 28873. OLE color: 28873.

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

Color convert

RGB 201 112 0 -
CMYK 0 0.44 1 0.21
HSL 33.43º 1% 0.39% -
HSV(B) 33.43º 1% 0.79% -
XYZ 29.88 24.01 3.06 -
YUV 125.84 56.99 181.61 -
System Red Green Blue C M Y K H S L
Decimal 201 112 0 0 0.44 1 0.21 33.43 1 0.39
Hex C9 70 0 0 2C 64 15 21 64 27
Octal 311 160 0 0 54 144 25 41 144 47
Binary 11001001 1110000 0 0 101100 1100100 10101 100001 1100100 100111

Color Harmonies of #C97000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97000

Black with #C97000

Text Example


Text Example

White with #C97000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97000; }

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

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

background-color css

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

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

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

border-color css

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

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

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