#C0562B

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

Shades of Smoke Tree #C0562B

Tints of Smoke Tree #C0562B

Color information

#C0562B (or 0xC0562B) is unknown color: approx Smoke Tree. HEX triplet: C0, 56 and 2B. RGB value is (192,86,43). Sum of RGB (Red+Green+Blue) = 192+86+43=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0562B is #3FA9D4. Grayscale: #717171. Windows color (decimal): -4172245 or 2840256. OLE color: 2840256.

HSL color Cylindrical-coordinate representation of color #C0562B: hue angle of 17.32º degrees, saturation: 0.63, 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 #C0562B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1928643-
CMYK00.550.780.25
HSL17.32º63.4%46.08%-
HSV(B)17.32º77.6%75.29%-
XYZ25.518.044.42-
YUV112.7988.62184.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 43 (17.19% from 255) = 13.40%
R=59.81%
G=26.79%
B=13.40%

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
Decimal192864300.550.780.2517.3263.446.08
HexC0562B0374E19113f2e
Octal3001265306711631217756
Binary110000001010110101011011011110011101100110001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0562B; }

 p { color: rgb(192,86,43); }

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

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

 a { background-color: rgb(192,86,43); }

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

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

 span { border-color: rgb(192,86,43); }

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