Shades of Cadillac #944472
Tints of Cadillac #944472
RGB
CMYK
RGB Variations
Color information
#944472 (or 0x944472) is known color: Cadillac. HEX triplet: 94, 44 and 72. RGB value is (148,68,114). Sum of RGB (Red+Green+Blue) = 148+68+114=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #944472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944472 is #6BBB8D. Grayscale: #616161. Windows color (decimal): -7060366 or 7488660. OLE color: 7488660.
HSL color Cylindrical-coordinate representation of color #944472: hue angle of 325.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944472 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 114 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.42 |
| HSL | 325.5º | 0.37% | 0.42% | - |
| HSV(B) | 325.5º | 0.54% | 0.58% | - |
| XYZ | 17.32 | 11.65 | 17.25 | - |
| YUV | 97.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 114 | 0 | 0.54 | 0.23 | 0.42 | 325.5 | 0.37 | 0.42 |
| Hex | 94 | 44 | 72 | 0 | 36 | 17 | 2A | 146 | 25 | 2A |
| Octal | 224 | 104 | 162 | 0 | 66 | 27 | 52 | 506 | 45 | 52 |
| Binary | 10010100 | 1000100 | 1110010 | 0 | 110110 | 10111 | 101010 | 101000110 | 100101 | 101010 |
Color Harmonies of #944472
Complementary color
Monochromatic Colors of #944472
Black with #944472
Text Example
Text Example
White with #944472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944472; }
p { color: rgb(148,68,114); }
H1.HeaderClassName
{
color: #944472;
}
.AnyTagClassName
{
color: #944472;
}
</style>
background-color css
<style>
a { background-color: #944472; }
a { background-color: rgb(148,68,114); }
div.DivClassName
{
background-color: #944472;
}
.BgClassName
{
background-color: #944472;
}
</style>
border-color css
<style>
span { border-color: #944472; }
span { border-color: rgb(148,68,114); }
td.TdClassName
{
border-color: #944472;
}
.TagClassName
{
border-color: #944472;
}
</style>