#C25832

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

Shades of Smoke Tree #C25832

Tints of Smoke Tree #C25832

Color information

#C25832 (or 0xC25832) is unknown color: approx Smoke Tree. HEX triplet: C2, 58 and 32. RGB value is (194,88,50). Sum of RGB (Red+Green+Blue) = 194+88+50=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C25832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25832 is #3DA7CD. Grayscale: #737373. Windows color (decimal): -4040654 or 3299522. OLE color: 3299522.

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

Color convert

RGB1948850-
CMYK00.550.740.24
HSL15.83º59.02%47.84%-
HSV(B)15.83º74.23%76.08%-
XYZ26.3118.685.24-
YUV115.3691.12184.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=58.43%
G=26.51%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194885000.550.740.2415.8359.0247.84
HexC258320374A18103b30
Octal3021306206711230207360
Binary110000101011000110010011011110010101100010000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25832; }

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

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

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

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

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

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

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

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