#C95F0A

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

Shades of Tenne (Tawny) #C95F0A

Tints of Tenne (Tawny) #C95F0A

Color information

#C95F0A (or 0xC95F0A) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 5F and 0A. RGB value is (201,95,10). Sum of RGB (Red+Green+Blue) = 201+95+10=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95F0A is #36A0F5. Grayscale: #757575. Windows color (decimal): -3580150 or 679881. OLE color: 679881.

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

Color convert

RGB2019510-
CMYK00.530.950.21
HSL26.7º90.52%41.37%-
HSV(B)26.7º95.02%78.82%-
XYZ28.2320.622.78-
YUV11767.62187.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.69%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 10 (4.30% from 255) = 3.27%
R=65.69%
G=31.05%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201951000.530.950.2126.790.5241.37
HexC95FA0355F151b5b29
Octal31113712065137253313351
Binary11001001101111110100110101101111110101110111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95F0A; }

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

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

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

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

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

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

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

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