Shades of Cadillac #944656
Tints of Cadillac #944656
RGB
CMYK
RGB Variations
Color information
#944656 (or 0x944656) is known color: Cadillac. HEX triplet: 94, 46 and 56. RGB value is (148,70,86). Sum of RGB (Red+Green+Blue) = 148+70+86=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #944656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944656 is #6BB9A9. Grayscale: #5F5F5F. Windows color (decimal): -7059882 or 5654164. OLE color: 5654164.
HSL color Cylindrical-coordinate representation of color #944656: hue angle of 347.69º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944656 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 70 | 86 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.42 |
| HSL | 347.69º | 0.36% | 0.43% | - |
| HSV(B) | 347.69º | 0.53% | 0.58% | - |
| XYZ | 16.08 | 11.35 | 10.15 | - |
| YUV | 95.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 86 | 0 | 0.53 | 0.42 | 0.42 | 347.69 | 0.36 | 0.43 |
| Hex | 94 | 46 | 56 | 0 | 35 | 2A | 2A | 15C | 24 | 2B |
| Octal | 224 | 106 | 126 | 0 | 65 | 52 | 52 | 534 | 44 | 53 |
| Binary | 10010100 | 1000110 | 1010110 | 0 | 110101 | 101010 | 101010 | 101011100 | 100100 | 101011 |
Color Harmonies of #944656
Complementary color
Monochromatic Colors of #944656
Black with #944656
Text Example
Text Example
White with #944656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944656; }
p { color: rgb(148,70,86); }
H1.HeaderClassName
{
color: #944656;
}
.AnyTagClassName
{
color: #944656;
}
</style>
background-color css
<style>
a { background-color: #944656; }
a { background-color: rgb(148,70,86); }
div.DivClassName
{
background-color: #944656;
}
.BgClassName
{
background-color: #944656;
}
</style>
border-color css
<style>
span { border-color: #944656; }
span { border-color: rgb(148,70,86); }
td.TdClassName
{
border-color: #944656;
}
.TagClassName
{
border-color: #944656;
}
</style>