Html Css Color HEX #C94900 Tenne (Tawny)

📋 copy color: '#C94900'

red 201 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #C94900

Tints of Tenne (Tawny) #C94900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

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

R = 73.36%
G = 26.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C94900 (or 0xC94900) is known color: Tenne (Tawny). HEX triplet: C9, 49 and 00. RGB value is (201,73,0). Sum of RGB (Red+Green+Blue) = 201+73+0=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C94900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94900 is #36B6FF. Grayscale: #676767. Windows color (decimal): -3585792 or 18889. OLE color: 18889.

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

Color convert

RGB 201 73 0 -
CMYK 0 0.64 1 0.21
HSL 21.79º 1% 0.39% -
HSV(B) 21.79º 1% 0.79% -
XYZ 26.47 17.18 1.92 -
YUV 102.95 69.91 197.94 -
System Red Green Blue C M Y K H S L
Decimal 201 73 0 0 0.64 1 0.21 21.79 1 0.39
Hex C9 49 0 0 40 64 15 16 64 27
Octal 311 111 0 0 100 144 25 26 144 47
Binary 11001001 1001001 0 0 1000000 1100100 10101 10110 1100100 100111

Color Harmonies of #C94900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94900

Black with #C94900

Text Example


Text Example

White with #C94900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94900; }

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

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

background-color css

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

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

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

border-color css

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

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

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