Html Css Color HEX #C94700 Tenne (Tawny)

📋 copy color: '#C94700'

red 201 ◦ green 71 ◦ blue 0

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

Shades of Tenne (Tawny) #C94700

Tints of Tenne (Tawny) #C94700

RGB

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

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

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

R = 73.9%
G = 26.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C94700 (or 0xC94700) is known color: Tenne (Tawny). HEX triplet: C9, 47 and 00. RGB value is (201,71,0). Sum of RGB (Red+Green+Blue) = 201+71+0=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C94700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94700 is #36B8FF. Grayscale: #666666. Windows color (decimal): -3586304 or 18377. OLE color: 18377.

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

Color convert

RGB 201 71 0 -
CMYK 0 0.65 1 0.21
HSL 21.19º 1% 0.39% -
HSV(B) 21.19º 1% 0.79% -
XYZ 26.34 16.92 1.88 -
YUV 101.78 70.57 198.77 -
System Red Green Blue C M Y K H S L
Decimal 201 71 0 0 0.65 1 0.21 21.19 1 0.39
Hex C9 47 0 0 41 64 15 15 64 27
Octal 311 107 0 0 101 144 25 25 144 47
Binary 11001001 1000111 0 0 1000001 1100100 10101 10101 1100100 100111

Color Harmonies of #C94700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94700

Black with #C94700

Text Example


Text Example

White with #C94700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94700; }

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

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

background-color css

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

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

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

border-color css

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

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

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