#C2582B

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

Shades of Smoke Tree #C2582B

Tints of Smoke Tree #C2582B

Color information

#C2582B (or 0xC2582B) is unknown color: approx Smoke Tree. HEX triplet: C2, 58 and 2B. RGB value is (194,88,43). Sum of RGB (Red+Green+Blue) = 194+88+43=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2582B is #3DA7D4. Grayscale: #727272. Windows color (decimal): -4040661 or 2840770. OLE color: 2840770.

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

Color convert

RGB1948843-
CMYK00.550.780.24
HSL17.88º63.71%46.47%-
HSV(B)17.88º77.84%76.08%-
XYZ26.1718.624.5-
YUV114.5687.62184.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.69%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=59.69%
G=27.08%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194884300.550.780.2417.8863.7146.47
HexC2582B0374E1812402e
Octal30213053067116302210056
Binary1100001010110001010110110111100111011000100101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2582B; }

 p { color: rgb(194,88,43); }

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

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

 a { background-color: rgb(194,88,43); }

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

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

 span { border-color: rgb(194,88,43); }

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