#C05A2C

Color #C05A2C Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #C05A2C

Tints of Smoke Tree #C05A2C

Color information

#C05A2C (or 0xC05A2C) is unknown color: approx Smoke Tree. HEX triplet: C0, 5A and 2C. RGB value is (192,90,44). Sum of RGB (Red+Green+Blue) = 192+90+44=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A2C is #3FA5D3. Grayscale: #737373. Windows color (decimal): -4171220 or 2906816. OLE color: 2906816.

HSL color Cylindrical-coordinate representation of color #C05A2C: hue angle of 18.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C05A2C is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1929044-
CMYK00.530.770.25
HSL18.65º62.71%46.27%-
HSV(B)18.65º77.08%75.29%-
XYZ25.8518.74.63-
YUV115.2587.79182.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.90%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=58.90%
G=27.61%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192904400.530.770.2518.6562.7146.27
HexC05A2C0354D19133f2e
Octal3001325406511531237756
Binary110000001011010101100011010110011011100110011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A2C; }

 p { color: rgb(192,90,44); }

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

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

 a { background-color: rgb(192,90,44); }

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

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

 span { border-color: rgb(192,90,44); }

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