#C05207

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

Shades of Tenne (Tawny) #C05207

Tints of Tenne (Tawny) #C05207

Color information

#C05207 (or 0xC05207) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 52 and 07. RGB value is (192,82,7). Sum of RGB (Red+Green+Blue) = 192+82+7=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C05207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05207 is #3FADF8. Grayscale: #6A6A6A. Windows color (decimal): -4173305 or 479936. OLE color: 479936.

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

Color convert

RGB192827-
CMYK00.570.960.25
HSL24.32º92.96%39.02%-
HSV(B)24.32º96.35%75.29%-
XYZ24.7917.262.23-
YUV106.3471.94189.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.33%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 7 (3.12% from 255) = 2.49%
R=68.33%
G=29.18%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19282700.570.960.2524.3292.9639.02
HexC05270396019185d27
Octal3001227071140313013547
Binary1100000010100101110111001110000011001110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05207; }

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

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

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

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

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

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

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

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