#C0593B

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

Shades of Smoke Tree #C0593B

Tints of Smoke Tree #C0593B

Color information

#C0593B (or 0xC0593B) is unknown color: approx Smoke Tree. HEX triplet: C0, 59 and 3B. RGB value is (192,89,59). Sum of RGB (Red+Green+Blue) = 192+89+59=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0593B is #3FA6C4. Grayscale: #747474. Windows color (decimal): -4171461 or 3889600. OLE color: 3889600.

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

Color convert

RGB1928959-
CMYK00.540.690.25
HSL13.53º52.99%49.22%-
HSV(B)13.53º69.27%75.29%-
XYZ26.118.676.37-
YUV116.3895.62181.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 59 (23.44% from 255) = 17.35%
R=56.47%
G=26.18%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192895900.540.690.2513.5352.9949.22
HexC0593B0364519e3531
Octal3001317306610531166561
Binary11000000101100111101101101101000101110011110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0593B; }

 p { color: rgb(192,89,59); }

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

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

 a { background-color: rgb(192,89,59); }

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

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

 span { border-color: rgb(192,89,59); }

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