#C05007

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

Shades of Tenne (Tawny) #C05007

Tints of Tenne (Tawny) #C05007

Color information

#C05007 (or 0xC05007) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 50 and 07. RGB value is (192,80,7). Sum of RGB (Red+Green+Blue) = 192+80+7=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C05007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05007 is #3FAFF8. Grayscale: #696969. Windows color (decimal): -4173817 or 479424. OLE color: 479424.

HSL color Cylindrical-coordinate representation of color #C05007: hue angle of 23.68º 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 #C05007 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB192807-
CMYK00.580.960.25
HSL23.68º92.96%39.02%-
HSV(B)23.68º96.35%75.29%-
XYZ24.6516.962.18-
YUV105.1772.61189.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.82%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 7 (3.12% from 255) = 2.51%
R=68.82%
G=28.67%
B=2.51%

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
Decimal19280700.580.960.2523.6892.9639.02
HexC050703A6019185d27
Octal3001207072140313013547
Binary1100000010100001110111010110000011001110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05007; }

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

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

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

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

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

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

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

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