#C05107

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

Shades of Tenne (Tawny) #C05107

Tints of Tenne (Tawny) #C05107

Color information

#C05107 (or 0xC05107) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 51 and 07. RGB value is (192,81,7). Sum of RGB (Red+Green+Blue) = 192+81+7=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C05107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05107 is #3FAEF8. Grayscale: #6A6A6A. Windows color (decimal): -4173561 or 479680. OLE color: 479680.

HSL color Cylindrical-coordinate representation of color #C05107: hue angle of 24º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C05107 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB192817-
CMYK00.580.960.25
HSL24º92.96%39.02%-
HSV(B)24º96.35%75.29%-
XYZ24.7217.112.2-
YUV105.7572.27189.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.57%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 7 (3.12% from 255) = 2.5%
R=68.57%
G=28.93%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19281700.580.960.252492.9639.02
HexC051703A6019185d27
Octal3001217072140313013547
Binary1100000010100011110111010110000011001110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05107; }

 p { color: rgb(192,81,7); }

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

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

 a { background-color: rgb(192,81,7); }

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

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

 span { border-color: rgb(192,81,7); }

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