#C94D0A

Color #C94D0A Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C94D0A

Tints of Tenne (Tawny) #C94D0A

Color information

#C94D0A (or 0xC94D0A) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 4D and 0A. RGB value is (201,77,10). Sum of RGB (Red+Green+Blue) = 201+77+10=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94D0A is #36B2F5. Grayscale: #6A6A6A. Windows color (decimal): -3584758 or 675273. OLE color: 675273.

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

Color convert

RGB2017710-
CMYK00.620.950.21
HSL21.05º90.52%41.37%-
HSV(B)21.05º95.02%78.82%-
XYZ26.817.752.3-
YUV106.4473.58195.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 69.79%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=69.79%
G=26.74%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201771000.620.950.2121.0590.5241.37
HexC94DA03E5F15155b29
Octal31111512076137252513351
Binary11001001100110110100111110101111110101101011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D0A; }

 p { color: rgb(201,77,10); }

 H1.HeaderClassName
 {
   color: #C94D0A;
 }
 .AnyTagClassName
 {
   color: #C94D0A;
 }
</style>
background-color css

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

 a { background-color: rgb(201,77,10); }

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

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

 span { border-color: rgb(201,77,10); }

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