Shades of Smoke Tree #C25A2A
Tints of Smoke Tree #C25A2A
RGB
CMYK
RGB Variations
Color information
#C25A2A (or 0xC25A2A) is known color: Smoke Tree. HEX triplet: C2, 5A and 2A. RGB value is (194,90,42). Sum of RGB (Red+Green+Blue) = 194+90+42=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A2A is #3DA5D5. Grayscale: #737373. Windows color (decimal): -4040150 or 2775746. OLE color: 2775746.
HSL color Cylindrical-coordinate representation of color #C25A2A: hue angle of 18.95º 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 #C25A2A is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 42 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.24 |
| HSL | 18.95º | 0.64% | 0.46% | - |
| HSV(B) | 18.95º | 0.78% | 0.76% | - |
| XYZ | 26.32 | 18.95 | 4.46 | - |
| YUV | 115.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 42 | 0 | 0.54 | 0.78 | 0.24 | 18.95 | 0.64 | 0.46 |
| Hex | C2 | 5A | 2A | 0 | 36 | 4E | 18 | 13 | 40 | 2E |
| Octal | 302 | 132 | 52 | 0 | 66 | 116 | 30 | 23 | 100 | 56 |
| Binary | 11000010 | 1011010 | 101010 | 0 | 110110 | 1001110 | 11000 | 10011 | 1000000 | 101110 |
Color Harmonies of #C25A2A
Complementary color
Monochromatic Colors of #C25A2A
Black with #C25A2A
Text Example
Text Example
White with #C25A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A2A; }
p { color: rgb(194,90,42); }
H1.HeaderClassName
{
color: #C25A2A;
}
.AnyTagClassName
{
color: #C25A2A;
}
</style>
background-color css
<style>
a { background-color: #C25A2A; }
a { background-color: rgb(194,90,42); }
div.DivClassName
{
background-color: #C25A2A;
}
.BgClassName
{
background-color: #C25A2A;
}
</style>
border-color css
<style>
span { border-color: #C25A2A; }
span { border-color: rgb(194,90,42); }
td.TdClassName
{
border-color: #C25A2A;
}
.TagClassName
{
border-color: #C25A2A;
}
</style>