Shades of Cadillac #944171
Tints of Cadillac #944171
RGB
CMYK
RGB Variations
Color information
#944171 (or 0x944171) is known color: Cadillac. HEX triplet: 94, 41 and 71. RGB value is (148,65,113). Sum of RGB (Red+Green+Blue) = 148+65+113=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #944171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944171 is #6BBE8E. Grayscale: #5F5F5F. Windows color (decimal): -7061135 or 7422356. OLE color: 7422356.
HSL color Cylindrical-coordinate representation of color #944171: hue angle of 325.3º 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 #944171 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 113 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.42 |
| HSL | 325.3º | 0.39% | 0.42% | - |
| HSV(B) | 325.3º | 0.56% | 0.58% | - |
| XYZ | 17.08 | 11.27 | 16.9 | - |
| YUV | 95.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 113 | 0 | 0.56 | 0.24 | 0.42 | 325.3 | 0.39 | 0.42 |
| Hex | 94 | 41 | 71 | 0 | 38 | 18 | 2A | 145 | 27 | 2A |
| Octal | 224 | 101 | 161 | 0 | 70 | 30 | 52 | 505 | 47 | 52 |
| Binary | 10010100 | 1000001 | 1110001 | 0 | 111000 | 11000 | 101010 | 101000101 | 100111 | 101010 |
Color Harmonies of #944171
Complementary color
Monochromatic Colors of #944171
Black with #944171
Text Example
Text Example
White with #944171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944171; }
p { color: rgb(148,65,113); }
H1.HeaderClassName
{
color: #944171;
}
.AnyTagClassName
{
color: #944171;
}
</style>
background-color css
<style>
a { background-color: #944171; }
a { background-color: rgb(148,65,113); }
div.DivClassName
{
background-color: #944171;
}
.BgClassName
{
background-color: #944171;
}
</style>
border-color css
<style>
span { border-color: #944171; }
span { border-color: rgb(148,65,113); }
td.TdClassName
{
border-color: #944171;
}
.TagClassName
{
border-color: #944171;
}
</style>