#C05700

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

Shades of Tenne (Tawny) #C05700

Tints of Tenne (Tawny) #C05700

Color information

#C05700 (or 0xC05700) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 57 and 00. RGB value is (192,87,0). Sum of RGB (Red+Green+Blue) = 192+87+0=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C05700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05700 is #3FA8FF. Grayscale: #6C6C6C. Windows color (decimal): -4172032 or 22464. OLE color: 22464.

HSL color Cylindrical-coordinate representation of color #C05700: hue angle of 27.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C05700 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB192870-
CMYK00.5510.25
HSL27.19º100%37.65%-
HSV(B)27.19º100%75.29%-
XYZ25.1518.022.15-
YUV108.4866.79187.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.82%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.82%
G=31.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19287000.5510.2527.1910037.65
HexC057003764191b6426
Octal3001270067144313314446
Binary11000000101011100110111110010011001110111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05700; }

 p { color: rgb(192,87,0); }

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

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

 a { background-color: rgb(192,87,0); }

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

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

 span { border-color: rgb(192,87,0); }

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