Shades of Smoke Tree #C25728
Tints of Smoke Tree #C25728
RGB
CMYK
RGB Variations
Color information
#C25728 (or 0xC25728) is known color: Smoke Tree. HEX triplet: C2, 57 and 28. RGB value is (194,87,40). Sum of RGB (Red+Green+Blue) = 194+87+40=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C25728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25728 is #3DA8D7. Grayscale: #717171. Windows color (decimal): -4040920 or 2643906. OLE color: 2643906.
HSL color Cylindrical-coordinate representation of color #C25728: hue angle of 18.31º degrees, saturation: 0.66, 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 #C25728 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 40 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.24 |
| HSL | 18.31º | 0.66% | 0.46% | - |
| HSV(B) | 18.31º | 0.79% | 0.76% | - |
| XYZ | 26.04 | 18.44 | 4.19 | - |
| YUV | 113.64 | 86.45 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 40 | 0 | 0.55 | 0.79 | 0.24 | 18.31 | 0.66 | 0.46 |
| Hex | C2 | 57 | 28 | 0 | 37 | 4F | 18 | 12 | 42 | 2E |
| Octal | 302 | 127 | 50 | 0 | 67 | 117 | 30 | 22 | 102 | 56 |
| Binary | 11000010 | 1010111 | 101000 | 0 | 110111 | 1001111 | 11000 | 10010 | 1000010 | 101110 |
Color Harmonies of #C25728
Complementary color
Monochromatic Colors of #C25728
Black with #C25728
Text Example
Text Example
White with #C25728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25728; }
p { color: rgb(194,87,40); }
H1.HeaderClassName
{
color: #C25728;
}
.AnyTagClassName
{
color: #C25728;
}
</style>
background-color css
<style>
a { background-color: #C25728; }
a { background-color: rgb(194,87,40); }
div.DivClassName
{
background-color: #C25728;
}
.BgClassName
{
background-color: #C25728;
}
</style>
border-color css
<style>
span { border-color: #C25728; }
span { border-color: rgb(194,87,40); }
td.TdClassName
{
border-color: #C25728;
}
.TagClassName
{
border-color: #C25728;
}
</style>