Shades of Cadillac #944162
Tints of Cadillac #944162
RGB
CMYK
RGB Variations
Color information
#944162 (or 0x944162) is known color: Cadillac. HEX triplet: 94, 41 and 62. RGB value is (148,65,98). Sum of RGB (Red+Green+Blue) = 148+65+98=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #944162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944162 is #6BBE9D. Grayscale: #5D5D5D. Windows color (decimal): -7061150 or 6439316. OLE color: 6439316.
HSL color Cylindrical-coordinate representation of color #944162: hue angle of 336.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944162 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 98 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.42 |
| HSL | 336.14º | 0.39% | 0.42% | - |
| HSV(B) | 336.14º | 0.56% | 0.58% | - |
| XYZ | 16.31 | 10.96 | 12.81 | - |
| YUV | 93.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 98 | 0 | 0.56 | 0.34 | 0.42 | 336.14 | 0.39 | 0.42 |
| Hex | 94 | 41 | 62 | 0 | 38 | 22 | 2A | 150 | 27 | 2A |
| Octal | 224 | 101 | 142 | 0 | 70 | 42 | 52 | 520 | 47 | 52 |
| Binary | 10010100 | 1000001 | 1100010 | 0 | 111000 | 100010 | 101010 | 101010000 | 100111 | 101010 |
Color Harmonies of #944162
Complementary color
Monochromatic Colors of #944162
Black with #944162
Text Example
Text Example
White with #944162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944162; }
p { color: rgb(148,65,98); }
H1.HeaderClassName
{
color: #944162;
}
.AnyTagClassName
{
color: #944162;
}
</style>
background-color css
<style>
a { background-color: #944162; }
a { background-color: rgb(148,65,98); }
div.DivClassName
{
background-color: #944162;
}
.BgClassName
{
background-color: #944162;
}
</style>
border-color css
<style>
span { border-color: #944162; }
span { border-color: rgb(148,65,98); }
td.TdClassName
{
border-color: #944162;
}
.TagClassName
{
border-color: #944162;
}
</style>