Html Css Color HEX #C97200 Tenne (Tawny)

📋 copy color: '#C97200'

red 201 ◦ green 114 ◦ blue 0

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

Shades of Tenne (Tawny) #C97200

Tints of Tenne (Tawny) #C97200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 63.81%
G = 36.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C97200 (or 0xC97200) is known color: Tenne (Tawny). HEX triplet: C9, 72 and 00. RGB value is (201,114,0). Sum of RGB (Red+Green+Blue) = 201+114+0=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C97200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97200 is #368DFF. Grayscale: #7F7F7F. Windows color (decimal): -3575296 or 29385. OLE color: 29385.

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

Color convert

RGB 201 114 0 -
CMYK 0 0.43 1 0.21
HSL 34.03º 1% 0.39% -
HSV(B) 34.03º 1% 0.79% -
XYZ 30.1 24.45 3.13 -
YUV 127.02 56.32 180.77 -
System Red Green Blue C M Y K H S L
Decimal 201 114 0 0 0.43 1 0.21 34.03 1 0.39
Hex C9 72 0 0 2B 64 15 22 64 27
Octal 311 162 0 0 53 144 25 42 144 47
Binary 11001001 1110010 0 0 101011 1100100 10101 100010 1100100 100111

Color Harmonies of #C97200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97200

Black with #C97200

Text Example


Text Example

White with #C97200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97200; }

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

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

background-color css

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

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

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

border-color css

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

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

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