Shades of Smoke Tree #C25729
Tints of Smoke Tree #C25729
RGB
CMYK
RGB Variations
Color information
#C25729 (or 0xC25729) is known color: Smoke Tree. HEX triplet: C2, 57 and 29. RGB value is (194,87,41). Sum of RGB (Red+Green+Blue) = 194+87+41=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C25729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25729 is #3DA8D6. Grayscale: #727272. Windows color (decimal): -4040919 or 2709442. OLE color: 2709442.
HSL color Cylindrical-coordinate representation of color #C25729: hue angle of 18.04º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C25729 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 41 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.24 |
| HSL | 18.04º | 0.65% | 0.46% | - |
| HSV(B) | 18.04º | 0.79% | 0.76% | - |
| XYZ | 26.06 | 18.45 | 4.28 | - |
| YUV | 113.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 41 | 0 | 0.55 | 0.79 | 0.24 | 18.04 | 0.65 | 0.46 |
| Hex | C2 | 57 | 29 | 0 | 37 | 4F | 18 | 12 | 41 | 2E |
| Octal | 302 | 127 | 51 | 0 | 67 | 117 | 30 | 22 | 101 | 56 |
| Binary | 11000010 | 1010111 | 101001 | 0 | 110111 | 1001111 | 11000 | 10010 | 1000001 | 101110 |
Color Harmonies of #C25729
Complementary color
Monochromatic Colors of #C25729
Black with #C25729
Text Example
Text Example
White with #C25729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25729; }
p { color: rgb(194,87,41); }
H1.HeaderClassName
{
color: #C25729;
}
.AnyTagClassName
{
color: #C25729;
}
</style>
background-color css
<style>
a { background-color: #C25729; }
a { background-color: rgb(194,87,41); }
div.DivClassName
{
background-color: #C25729;
}
.BgClassName
{
background-color: #C25729;
}
</style>
border-color css
<style>
span { border-color: #C25729; }
span { border-color: rgb(194,87,41); }
td.TdClassName
{
border-color: #C25729;
}
.TagClassName
{
border-color: #C25729;
}
</style>