Shades of Smoke Tree #C45A2C
Tints of Smoke Tree #C45A2C
RGB
CMYK
RGB Variations
Color information
#C45A2C (or 0xC45A2C) is known color: Smoke Tree. HEX triplet: C4, 5A and 2C. RGB value is (196,90,44). Sum of RGB (Red+Green+Blue) = 196+90+44=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A2C is #3BA5D3. Grayscale: #747474. Windows color (decimal): -3909076 or 2906820. OLE color: 2906820.
HSL color Cylindrical-coordinate representation of color #C45A2C: hue angle of 18.16º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C45A2C is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 44 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.23 |
| HSL | 18.16º | 0.63% | 0.47% | - |
| HSV(B) | 18.16º | 0.78% | 0.77% | - |
| XYZ | 26.88 | 19.23 | 4.68 | - |
| YUV | 116.45 | 87.12 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 44 | 0 | 0.54 | 0.78 | 0.23 | 18.16 | 0.63 | 0.47 |
| Hex | C4 | 5A | 2C | 0 | 36 | 4E | 17 | 12 | 3F | 2F |
| Octal | 304 | 132 | 54 | 0 | 66 | 116 | 27 | 22 | 77 | 57 |
| Binary | 11000100 | 1011010 | 101100 | 0 | 110110 | 1001110 | 10111 | 10010 | 111111 | 101111 |
Color Harmonies of #C45A2C
Complementary color
Monochromatic Colors of #C45A2C
Black with #C45A2C
Text Example
Text Example
White with #C45A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A2C; }
p { color: rgb(196,90,44); }
H1.HeaderClassName
{
color: #C45A2C;
}
.AnyTagClassName
{
color: #C45A2C;
}
</style>
background-color css
<style>
a { background-color: #C45A2C; }
a { background-color: rgb(196,90,44); }
div.DivClassName
{
background-color: #C45A2C;
}
.BgClassName
{
background-color: #C45A2C;
}
</style>
border-color css
<style>
span { border-color: #C45A2C; }
span { border-color: rgb(196,90,44); }
td.TdClassName
{
border-color: #C45A2C;
}
.TagClassName
{
border-color: #C45A2C;
}
</style>