Shades of Smoke Tree #C25A2B
Tints of Smoke Tree #C25A2B
RGB
CMYK
RGB Variations
Color information
#C25A2B (or 0xC25A2B) is known color: Smoke Tree. HEX triplet: C2, 5A and 2B. RGB value is (194,90,43). Sum of RGB (Red+Green+Blue) = 194+90+43=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A2B is #3DA5D4. Grayscale: #747474. Windows color (decimal): -4040149 or 2841282. OLE color: 2841282.
HSL color Cylindrical-coordinate representation of color #C25A2B: hue angle of 18.68º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C25A2B is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 43 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.24 |
| HSL | 18.68º | 0.64% | 0.46% | - |
| HSV(B) | 18.68º | 0.78% | 0.76% | - |
| XYZ | 26.34 | 18.96 | 4.56 | - |
| YUV | 115.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 43 | 0 | 0.54 | 0.78 | 0.24 | 18.68 | 0.64 | 0.46 |
| Hex | C2 | 5A | 2B | 0 | 36 | 4E | 18 | 13 | 40 | 2E |
| Octal | 302 | 132 | 53 | 0 | 66 | 116 | 30 | 23 | 100 | 56 |
| Binary | 11000010 | 1011010 | 101011 | 0 | 110110 | 1001110 | 11000 | 10011 | 1000000 | 101110 |
Color Harmonies of #C25A2B
Complementary color
Monochromatic Colors of #C25A2B
Black with #C25A2B
Text Example
Text Example
White with #C25A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A2B; }
p { color: rgb(194,90,43); }
H1.HeaderClassName
{
color: #C25A2B;
}
.AnyTagClassName
{
color: #C25A2B;
}
</style>
background-color css
<style>
a { background-color: #C25A2B; }
a { background-color: rgb(194,90,43); }
div.DivClassName
{
background-color: #C25A2B;
}
.BgClassName
{
background-color: #C25A2B;
}
</style>
border-color css
<style>
span { border-color: #C25A2B; }
span { border-color: rgb(194,90,43); }
td.TdClassName
{
border-color: #C25A2B;
}
.TagClassName
{
border-color: #C25A2B;
}
</style>