Shades of Smoke Tree #C25C30
Tints of Smoke Tree #C25C30
RGB
CMYK
RGB Variations
Color information
#C25C30 (or 0xC25C30) is known color: Smoke Tree. HEX triplet: C2, 5C and 30. RGB value is (194,92,48). Sum of RGB (Red+Green+Blue) = 194+92+48=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C30 is #3DA3CF. Grayscale: #757575. Windows color (decimal): -4039632 or 3169474. OLE color: 3169474.
HSL color Cylindrical-coordinate representation of color #C25C30: hue angle of 18.08º 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 #C25C30 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 48 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.24 |
| HSL | 18.08º | 0.6% | 0.47% | - |
| HSV(B) | 18.08º | 0.75% | 0.76% | - |
| XYZ | 26.61 | 19.34 | 5.13 | - |
| YUV | 117.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 48 | 0 | 0.53 | 0.75 | 0.24 | 18.08 | 0.6 | 0.47 |
| Hex | C2 | 5C | 30 | 0 | 35 | 4B | 18 | 12 | 3C | 2F |
| Octal | 302 | 134 | 60 | 0 | 65 | 113 | 30 | 22 | 74 | 57 |
| Binary | 11000010 | 1011100 | 110000 | 0 | 110101 | 1001011 | 11000 | 10010 | 111100 | 101111 |
Color Harmonies of #C25C30
Complementary color
Monochromatic Colors of #C25C30
Black with #C25C30
Text Example
Text Example
White with #C25C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C30; }
p { color: rgb(194,92,48); }
H1.HeaderClassName
{
color: #C25C30;
}
.AnyTagClassName
{
color: #C25C30;
}
</style>
background-color css
<style>
a { background-color: #C25C30; }
a { background-color: rgb(194,92,48); }
div.DivClassName
{
background-color: #C25C30;
}
.BgClassName
{
background-color: #C25C30;
}
</style>
border-color css
<style>
span { border-color: #C25C30; }
span { border-color: rgb(194,92,48); }
td.TdClassName
{
border-color: #C25C30;
}
.TagClassName
{
border-color: #C25C30;
}
</style>