Html Css Color HEX #C94701 Tenne (Tawny)

📋 copy color: '#C94701'

red 201 ◦ green 71 ◦ blue 1

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

Shades of Tenne (Tawny) #C94701

Tints of Tenne (Tawny) #C94701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

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

R = 73.63%
G = 26.01%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C94701 (or 0xC94701) is known color: Tenne (Tawny). HEX triplet: C9, 47 and 01. RGB value is (201,71,1). Sum of RGB (Red+Green+Blue) = 201+71+1=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C94701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94701 is #36B8FE. Grayscale: #666666. Windows color (decimal): -3586303 or 83913. OLE color: 83913.

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

Color convert

RGB 201 71 1 -
CMYK 0 0.65 1.00 0.21
HSL 21º 0.99% 0.4% -
HSV(B) 21º 1% 0.79% -
XYZ 26.35 16.93 1.91 -
YUV 101.89 71.07 198.69 -
System Red Green Blue C M Y K H S L
Decimal 201 71 1 0 0.65 1.00 0.21 21 0.99 0.4
Hex C9 47 1 0 41 64 15 15 63 28
Octal 311 107 1 0 101 144 25 25 143 50
Binary 11001001 1000111 1 0 1000001 1100100 10101 10101 1100011 101000

Color Harmonies of #C94701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94701

Black with #C94701

Text Example


Text Example

White with #C94701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94701; }

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

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

background-color css

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

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

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

border-color css

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

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

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