Shades of Cadillac #944172
Tints of Cadillac #944172
RGB
CMYK
RGB Variations
Color information
#944172 (or 0x944172) is known color: Cadillac. HEX triplet: 94, 41 and 72. RGB value is (148,65,114). Sum of RGB (Red+Green+Blue) = 148+65+114=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #944172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944172 is #6BBE8D. Grayscale: #5F5F5F. Windows color (decimal): -7061134 or 7487892. OLE color: 7487892.
HSL color Cylindrical-coordinate representation of color #944172: hue angle of 324.58º 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 #944172 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 114 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.42 |
| HSL | 324.58º | 0.39% | 0.42% | - |
| HSV(B) | 324.58º | 0.56% | 0.58% | - |
| XYZ | 17.14 | 11.29 | 17.2 | - |
| YUV | 95.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 114 | 0 | 0.56 | 0.23 | 0.42 | 324.58 | 0.39 | 0.42 |
| Hex | 94 | 41 | 72 | 0 | 38 | 17 | 2A | 145 | 27 | 2A |
| Octal | 224 | 101 | 162 | 0 | 70 | 27 | 52 | 505 | 47 | 52 |
| Binary | 10010100 | 1000001 | 1110010 | 0 | 111000 | 10111 | 101010 | 101000101 | 100111 | 101010 |
Color Harmonies of #944172
Complementary color
Monochromatic Colors of #944172
Black with #944172
Text Example
Text Example
White with #944172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944172; }
p { color: rgb(148,65,114); }
H1.HeaderClassName
{
color: #944172;
}
.AnyTagClassName
{
color: #944172;
}
</style>
background-color css
<style>
a { background-color: #944172; }
a { background-color: rgb(148,65,114); }
div.DivClassName
{
background-color: #944172;
}
.BgClassName
{
background-color: #944172;
}
</style>
border-color css
<style>
span { border-color: #944172; }
span { border-color: rgb(148,65,114); }
td.TdClassName
{
border-color: #944172;
}
.TagClassName
{
border-color: #944172;
}
</style>