Shades of Cadillac #96416C
Tints of Cadillac #96416C
RGB
CMYK
RGB Variations
Color information
#96416C (or 0x96416C) is known color: Cadillac. HEX triplet: 96, 41 and 6C. RGB value is (150,65,108). Sum of RGB (Red+Green+Blue) = 150+65+108=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96416C is #69BE93. Grayscale: #5F5F5F. Windows color (decimal): -6930068 or 7094678. OLE color: 7094678.
HSL color Cylindrical-coordinate representation of color #96416C: hue angle of 329.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96416C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 65 | 108 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.41 |
| HSL | 329.65º | 0.4% | 0.42% | - |
| HSV(B) | 329.65º | 0.57% | 0.59% | - |
| XYZ | 17.17 | 11.35 | 15.47 | - |
| YUV | 95.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 108 | 0 | 0.57 | 0.28 | 0.41 | 329.65 | 0.4 | 0.42 |
| Hex | 96 | 41 | 6C | 0 | 39 | 1C | 29 | 14A | 28 | 2A |
| Octal | 226 | 101 | 154 | 0 | 71 | 34 | 51 | 512 | 50 | 52 |
| Binary | 10010110 | 1000001 | 1101100 | 0 | 111001 | 11100 | 101001 | 101001010 | 101000 | 101010 |
Color Harmonies of #96416C
Complementary color
Monochromatic Colors of #96416C
Black with #96416C
Text Example
Text Example
White with #96416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96416C; }
p { color: rgb(150,65,108); }
H1.HeaderClassName
{
color: #96416C;
}
.AnyTagClassName
{
color: #96416C;
}
</style>
background-color css
<style>
a { background-color: #96416C; }
a { background-color: rgb(150,65,108); }
div.DivClassName
{
background-color: #96416C;
}
.BgClassName
{
background-color: #96416C;
}
</style>
border-color css
<style>
span { border-color: #96416C; }
span { border-color: rgb(150,65,108); }
td.TdClassName
{
border-color: #96416C;
}
.TagClassName
{
border-color: #96416C;
}
</style>