Shades of Smoke Tree #C25E36
Tints of Smoke Tree #C25E36
RGB
CMYK
RGB Variations
Color information
#C25E36 (or 0xC25E36) is known color: Smoke Tree. HEX triplet: C2, 5E and 36. RGB value is (194,94,54). Sum of RGB (Red+Green+Blue) = 194+94+54=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E36 is #3DA1C9. Grayscale: #777777. Windows color (decimal): -4039114 or 3563202. OLE color: 3563202.
HSL color Cylindrical-coordinate representation of color #C25E36: hue angle of 17.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C25E36 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 54 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.24 |
| HSL | 17.14º | 0.56% | 0.49% | - |
| HSV(B) | 17.14º | 0.72% | 0.76% | - |
| XYZ | 26.92 | 19.74 | 5.88 | - |
| YUV | 119.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 54 | 0 | 0.52 | 0.72 | 0.24 | 17.14 | 0.56 | 0.49 |
| Hex | C2 | 5E | 36 | 0 | 34 | 48 | 18 | 11 | 38 | 31 |
| Octal | 302 | 136 | 66 | 0 | 64 | 110 | 30 | 21 | 70 | 61 |
| Binary | 11000010 | 1011110 | 110110 | 0 | 110100 | 1001000 | 11000 | 10001 | 111000 | 110001 |
Color Harmonies of #C25E36
Complementary color
Monochromatic Colors of #C25E36
Black with #C25E36
Text Example
Text Example
White with #C25E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E36; }
p { color: rgb(194,94,54); }
H1.HeaderClassName
{
color: #C25E36;
}
.AnyTagClassName
{
color: #C25E36;
}
</style>
background-color css
<style>
a { background-color: #C25E36; }
a { background-color: rgb(194,94,54); }
div.DivClassName
{
background-color: #C25E36;
}
.BgClassName
{
background-color: #C25E36;
}
</style>
border-color css
<style>
span { border-color: #C25E36; }
span { border-color: rgb(194,94,54); }
td.TdClassName
{
border-color: #C25E36;
}
.TagClassName
{
border-color: #C25E36;
}
</style>