Shades of Smoke Tree #C25D30
Tints of Smoke Tree #C25D30
RGB
CMYK
RGB Variations
Color information
#C25D30 (or 0xC25D30) is known color: Smoke Tree. HEX triplet: C2, 5D and 30. RGB value is (194,93,48). Sum of RGB (Red+Green+Blue) = 194+93+48=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D30 is #3DA2CF. Grayscale: #767676. Windows color (decimal): -4039376 or 3169730. OLE color: 3169730.
HSL color Cylindrical-coordinate representation of color #C25D30: hue angle of 18.49º 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 #C25D30 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 48 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.24 |
| HSL | 18.49º | 0.6% | 0.47% | - |
| HSV(B) | 18.49º | 0.75% | 0.76% | - |
| XYZ | 26.7 | 19.51 | 5.16 | - |
| YUV | 118.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 48 | 0 | 0.52 | 0.75 | 0.24 | 18.49 | 0.6 | 0.47 |
| Hex | C2 | 5D | 30 | 0 | 34 | 4B | 18 | 12 | 3C | 2F |
| Octal | 302 | 135 | 60 | 0 | 64 | 113 | 30 | 22 | 74 | 57 |
| Binary | 11000010 | 1011101 | 110000 | 0 | 110100 | 1001011 | 11000 | 10010 | 111100 | 101111 |
Color Harmonies of #C25D30
Complementary color
Monochromatic Colors of #C25D30
Black with #C25D30
Text Example
Text Example
White with #C25D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D30; }
p { color: rgb(194,93,48); }
H1.HeaderClassName
{
color: #C25D30;
}
.AnyTagClassName
{
color: #C25D30;
}
</style>
background-color css
<style>
a { background-color: #C25D30; }
a { background-color: rgb(194,93,48); }
div.DivClassName
{
background-color: #C25D30;
}
.BgClassName
{
background-color: #C25D30;
}
</style>
border-color css
<style>
span { border-color: #C25D30; }
span { border-color: rgb(194,93,48); }
td.TdClassName
{
border-color: #C25D30;
}
.TagClassName
{
border-color: #C25D30;
}
</style>