#C05006

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

Shades of Tenne (Tawny) #C05006

Tints of Tenne (Tawny) #C05006

Color information

#C05006 (or 0xC05006) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 50 and 06. RGB value is (192,80,6). Sum of RGB (Red+Green+Blue) = 192+80+6=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C05006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05006 is #3FAFF9. Grayscale: #696969. Windows color (decimal): -4173818 or 413888. OLE color: 413888.

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

Color convert

RGB192806-
CMYK00.580.970.25
HSL23.87º93.94%38.82%-
HSV(B)23.87º96.88%75.29%-
XYZ24.6416.962.15-
YUV105.0572.11190.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.06%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 6 (2.73% from 255) = 2.16%
R=69.06%
G=28.78%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19280600.580.970.2523.8793.9438.82
HexC050603A6119185e27
Octal3001206072141313013647
Binary1100000010100001100111010110000111001110001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05006; }

 p { color: rgb(192,80,6); }

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

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

 a { background-color: rgb(192,80,6); }

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

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

 span { border-color: rgb(192,80,6); }

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