#C55C0E

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

Shades of Tenne (Tawny) #C55C0E

Tints of Tenne (Tawny) #C55C0E

Color information

#C55C0E (or 0xC55C0E) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 5C and 0E. RGB value is (197,92,14). Sum of RGB (Red+Green+Blue) = 197+92+14=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55C0E is #3AA3F1. Grayscale: #727272. Windows color (decimal): -3843058 or 941253. OLE color: 941253.

HSL color Cylindrical-coordinate representation of color #C55C0E: hue angle of 25.57º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C55C0E is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB1979214-
CMYK00.530.930.23
HSL25.57º86.73%41.37%-
HSV(B)25.57º92.89%77.25%-
XYZ26.9319.562.77-
YUV114.571.29186.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.02%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=65.02%
G=30.36%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197921400.530.930.2325.5786.7341.37
HexC55CE0355D171a5729
Octal30513416065135273212751
Binary11000101101110011100110101101110110111110101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C0E; }

 p { color: rgb(197,92,14); }

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

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

 a { background-color: rgb(197,92,14); }

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

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

 span { border-color: rgb(197,92,14); }

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