Shades of Cadillac #96486D
Tints of Cadillac #96486D
RGB
CMYK
RGB Variations
Color information
#96486D (or 0x96486D) is known color: Cadillac. HEX triplet: 96, 48 and 6D. RGB value is (150,72,109). Sum of RGB (Red+Green+Blue) = 150+72+109=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96486D is #69B792. Grayscale: #636363. Windows color (decimal): -6928275 or 7162006. OLE color: 7162006.
HSL color Cylindrical-coordinate representation of color #96486D: hue angle of 331.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96486D is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 109 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.41 |
| HSL | 331.54º | 0.35% | 0.44% | - |
| HSV(B) | 331.54º | 0.52% | 0.59% | - |
| XYZ | 17.66 | 12.22 | 15.9 | - |
| YUV | 99.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 109 | 0 | 0.52 | 0.27 | 0.41 | 331.54 | 0.35 | 0.44 |
| Hex | 96 | 48 | 6D | 0 | 34 | 1B | 29 | 14C | 23 | 2C |
| Octal | 226 | 110 | 155 | 0 | 64 | 33 | 51 | 514 | 43 | 54 |
| Binary | 10010110 | 1001000 | 1101101 | 0 | 110100 | 11011 | 101001 | 101001100 | 100011 | 101100 |
Color Harmonies of #96486D
Complementary color
Monochromatic Colors of #96486D
Black with #96486D
Text Example
Text Example
White with #96486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96486D; }
p { color: rgb(150,72,109); }
H1.HeaderClassName
{
color: #96486D;
}
.AnyTagClassName
{
color: #96486D;
}
</style>
background-color css
<style>
a { background-color: #96486D; }
a { background-color: rgb(150,72,109); }
div.DivClassName
{
background-color: #96486D;
}
.BgClassName
{
background-color: #96486D;
}
</style>
border-color css
<style>
span { border-color: #96486D; }
span { border-color: rgb(150,72,109); }
td.TdClassName
{
border-color: #96486D;
}
.TagClassName
{
border-color: #96486D;
}
</style>