Html Css Color HEX #C97005 Tenne (Tawny)

📋 copy color: '#C97005'

red 201 ◦ green 112 ◦ blue 5

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

Shades of Tenne (Tawny) #C97005

Tints of Tenne (Tawny) #C97005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 63.21%
G = 35.22%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C97005 (or 0xC97005) is known color: Tenne (Tawny). HEX triplet: C9, 70 and 05. RGB value is (201,112,5). Sum of RGB (Red+Green+Blue) = 201+112+5=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C97005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97005 is #368FFA. Grayscale: #7E7E7E. Windows color (decimal): -3575803 or 356553. OLE color: 356553.

HSL color Cylindrical-coordinate representation of color #C97005: hue angle of 32.76º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C97005 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 5 -
CMYK 0 0.44 0.98 0.21
HSL 32.76º 0.95% 0.4% -
HSV(B) 32.76º 0.98% 0.79% -
XYZ 29.91 24.02 3.2 -
YUV 126.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 201 112 5 0 0.44 0.98 0.21 32.76 0.95 0.4
Hex C9 70 5 0 2C 62 15 21 5F 28
Octal 311 160 5 0 54 142 25 41 137 50
Binary 11001001 1110000 101 0 101100 1100010 10101 100001 1011111 101000

Color Harmonies of #C97005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97005

Black with #C97005

Text Example


Text Example

White with #C97005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97005; }

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

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

background-color css

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

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

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

border-color css

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

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

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