Shades of Cadillac #964366
Tints of Cadillac #964366
RGB
CMYK
RGB Variations
Color information
#964366 (or 0x964366) is known color: Cadillac. HEX triplet: 96, 43 and 66. RGB value is (150,67,102). Sum of RGB (Red+Green+Blue) = 150+67+102=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #964366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964366 is #69BC99. Grayscale: #5F5F5F. Windows color (decimal): -6929562 or 6701974. OLE color: 6701974.
HSL color Cylindrical-coordinate representation of color #964366: hue angle of 334.7º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964366 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 102 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.41 |
| HSL | 334.7º | 0.38% | 0.43% | - |
| HSV(B) | 334.7º | 0.55% | 0.59% | - |
| XYZ | 16.98 | 11.46 | 13.89 | - |
| YUV | 95.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 102 | 0 | 0.55 | 0.32 | 0.41 | 334.7 | 0.38 | 0.43 |
| Hex | 96 | 43 | 66 | 0 | 37 | 20 | 29 | 14F | 26 | 2B |
| Octal | 226 | 103 | 146 | 0 | 67 | 40 | 51 | 517 | 46 | 53 |
| Binary | 10010110 | 1000011 | 1100110 | 0 | 110111 | 100000 | 101001 | 101001111 | 100110 | 101011 |
Color Harmonies of #964366
Complementary color
Monochromatic Colors of #964366
Black with #964366
Text Example
Text Example
White with #964366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964366; }
p { color: rgb(150,67,102); }
H1.HeaderClassName
{
color: #964366;
}
.AnyTagClassName
{
color: #964366;
}
</style>
background-color css
<style>
a { background-color: #964366; }
a { background-color: rgb(150,67,102); }
div.DivClassName
{
background-color: #964366;
}
.BgClassName
{
background-color: #964366;
}
</style>
border-color css
<style>
span { border-color: #964366; }
span { border-color: rgb(150,67,102); }
td.TdClassName
{
border-color: #964366;
}
.TagClassName
{
border-color: #964366;
}
</style>