#C94E0A

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

Shades of Tenne (Tawny) #C94E0A

Tints of Tenne (Tawny) #C94E0A

Color information

#C94E0A (or 0xC94E0A) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 4E and 0A. RGB value is (201,78,10). Sum of RGB (Red+Green+Blue) = 201+78+10=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94E0A is #36B1F5. Grayscale: #6B6B6B. Windows color (decimal): -3584502 or 675529. OLE color: 675529.

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

Color convert

RGB2017810-
CMYK00.610.950.21
HSL21.36º90.52%41.37%-
HSV(B)21.36º95.02%78.82%-
XYZ26.8717.892.32-
YUV107.0273.25195.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 69.55%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 10 (4.30% from 255) = 3.46%
R=69.55%
G=26.99%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201781000.610.950.2121.3690.5241.37
HexC94EA03D5F15155b29
Octal31111612075137252513351
Binary11001001100111010100111101101111110101101011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94E0A; }

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

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

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

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

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

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

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

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