Shades of Smoke Tree #C25830
Tints of Smoke Tree #C25830
RGB
CMYK
RGB Variations
Color information
#C25830 (or 0xC25830) is known color: Smoke Tree. HEX triplet: C2, 58 and 30. RGB value is (194,88,48). Sum of RGB (Red+Green+Blue) = 194+88+48=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C25830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25830 is #3DA7CF. Grayscale: #737373. Windows color (decimal): -4040656 or 3168450. OLE color: 3168450.
HSL color Cylindrical-coordinate representation of color #C25830: hue angle of 16.44º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C25830 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 48 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.24 |
| HSL | 16.44º | 0.6% | 0.47% | - |
| HSV(B) | 16.44º | 0.75% | 0.76% | - |
| XYZ | 26.27 | 18.66 | 5.01 | - |
| YUV | 115.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 48 | 0 | 0.55 | 0.75 | 0.24 | 16.44 | 0.6 | 0.47 |
| Hex | C2 | 58 | 30 | 0 | 37 | 4B | 18 | 10 | 3C | 2F |
| Octal | 302 | 130 | 60 | 0 | 67 | 113 | 30 | 20 | 74 | 57 |
| Binary | 11000010 | 1011000 | 110000 | 0 | 110111 | 1001011 | 11000 | 10000 | 111100 | 101111 |
Color Harmonies of #C25830
Complementary color
Monochromatic Colors of #C25830
Black with #C25830
Text Example
Text Example
White with #C25830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25830; }
p { color: rgb(194,88,48); }
H1.HeaderClassName
{
color: #C25830;
}
.AnyTagClassName
{
color: #C25830;
}
</style>
background-color css
<style>
a { background-color: #C25830; }
a { background-color: rgb(194,88,48); }
div.DivClassName
{
background-color: #C25830;
}
.BgClassName
{
background-color: #C25830;
}
</style>
border-color css
<style>
span { border-color: #C25830; }
span { border-color: rgb(194,88,48); }
td.TdClassName
{
border-color: #C25830;
}
.TagClassName
{
border-color: #C25830;
}
</style>