Shades of Cadillac #94416D
Tints of Cadillac #94416D
RGB
CMYK
RGB Variations
Color information
#94416D (or 0x94416D) is known color: Cadillac. HEX triplet: 94, 41 and 6D. RGB value is (148,65,109). Sum of RGB (Red+Green+Blue) = 148+65+109=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #94416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94416D is #6BBE92. Grayscale: #5E5E5E. Windows color (decimal): -7061139 or 7160212. OLE color: 7160212.
HSL color Cylindrical-coordinate representation of color #94416D: hue angle of 328.19º 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 #94416D is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 109 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.42 |
| HSL | 328.19º | 0.39% | 0.42% | - |
| HSV(B) | 328.19º | 0.56% | 0.58% | - |
| XYZ | 16.86 | 11.18 | 15.74 | - |
| YUV | 94.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 109 | 0 | 0.56 | 0.26 | 0.42 | 328.19 | 0.39 | 0.42 |
| Hex | 94 | 41 | 6D | 0 | 38 | 1A | 2A | 148 | 27 | 2A |
| Octal | 224 | 101 | 155 | 0 | 70 | 32 | 52 | 510 | 47 | 52 |
| Binary | 10010100 | 1000001 | 1101101 | 0 | 111000 | 11010 | 101010 | 101001000 | 100111 | 101010 |
Color Harmonies of #94416D
Complementary color
Monochromatic Colors of #94416D
Black with #94416D
Text Example
Text Example
White with #94416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94416D; }
p { color: rgb(148,65,109); }
H1.HeaderClassName
{
color: #94416D;
}
.AnyTagClassName
{
color: #94416D;
}
</style>
background-color css
<style>
a { background-color: #94416D; }
a { background-color: rgb(148,65,109); }
div.DivClassName
{
background-color: #94416D;
}
.BgClassName
{
background-color: #94416D;
}
</style>
border-color css
<style>
span { border-color: #94416D; }
span { border-color: rgb(148,65,109); }
td.TdClassName
{
border-color: #94416D;
}
.TagClassName
{
border-color: #94416D;
}
</style>