#C95316

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

Shades of Tenne (Tawny) #C95316

Tints of Tenne (Tawny) #C95316

Color information

#C95316 (or 0xC95316) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 53 and 16. RGB value is (201,83,22). Sum of RGB (Red+Green+Blue) = 201+83+22=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C95316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95316 is #36ACE9. Grayscale: #6F6F6F. Windows color (decimal): -3583210 or 1463241. OLE color: 1463241.

HSL color Cylindrical-coordinate representation of color #C95316: hue angle of 20.45º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C95316 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB2018322-
CMYK00.590.890.21
HSL20.45º80.27%43.73%-
HSV(B)20.45º89.05%78.82%-
XYZ27.3318.662.92-
YUV111.3377.59191.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.69%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 22 (8.98% from 255) = 7.19%
R=65.69%
G=27.12%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201832200.590.890.2120.4580.2743.73
HexC9531603B591514502c
Octal31112326073131252412054
Binary110010011010011101100111011101100110101101001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95316; }

 p { color: rgb(201,83,22); }

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

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

 a { background-color: rgb(201,83,22); }

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

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

 span { border-color: rgb(201,83,22); }

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