#C0572A

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

Shades of Smoke Tree #C0572A

Tints of Smoke Tree #C0572A

Color information

#C0572A (or 0xC0572A) is unknown color: approx Smoke Tree. HEX triplet: C0, 57 and 2A. RGB value is (192,87,42). Sum of RGB (Red+Green+Blue) = 192+87+42=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0572A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0572A is #3FA8D5. Grayscale: #717171. Windows color (decimal): -4171990 or 2774976. OLE color: 2774976.

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

Color convert

RGB1928742-
CMYK00.550.780.25
HSL18º64.1%45.88%-
HSV(B)18º78.12%75.29%-
XYZ25.5618.194.35-
YUV113.2687.79184.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=59.81%
G=27.10%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192874200.550.780.251864.145.88
HexC0572A0374E1912402e
Octal30012752067116312210056
Binary1100000010101111010100110111100111011001100101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0572A; }

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

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

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

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

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

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

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

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