#C94A08

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

Shades of Tenne (Tawny) #C94A08

Tints of Tenne (Tawny) #C94A08

Color information

#C94A08 (or 0xC94A08) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 4A and 08. RGB value is (201,74,8). Sum of RGB (Red+Green+Blue) = 201+74+8=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A08 is #36B5F7. Grayscale: #686868. Windows color (decimal): -3585528 or 543433. OLE color: 543433.

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

Color convert

RGB201748-
CMYK00.630.960.21
HSL20.52º92.34%40.98%-
HSV(B)20.52º96.02%78.82%-
XYZ26.5817.332.17-
YUV104.4573.58196.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 71.02%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 8 (3.52% from 255) = 2.83%
R=71.02%
G=26.15%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20174800.630.960.2120.5292.3440.98
HexC94A803F6015155c29
Octal31111210077140252513451
Binary11001001100101010000111111110000010101101011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94A08; }

 p { color: rgb(201,74,8); }

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

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

 a { background-color: rgb(201,74,8); }

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

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

 span { border-color: rgb(201,74,8); }

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