Shades of Cadillac #963E66
Tints of Cadillac #963E66
RGB
CMYK
RGB Variations
Color information
#963E66 (or 0x963E66) is known color: Cadillac. HEX triplet: 96, 3E and 66. RGB value is (150,62,102). Sum of RGB (Red+Green+Blue) = 150+62+102=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #963E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E66 is #69C199. Grayscale: #5C5C5C. Windows color (decimal): -6930842 or 6700694. OLE color: 6700694.
HSL color Cylindrical-coordinate representation of color #963E66: hue angle of 332.73º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963E66 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 102 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.41 |
| HSL | 332.73º | 0.42% | 0.42% | - |
| HSV(B) | 332.73º | 0.59% | 0.59% | - |
| XYZ | 16.7 | 10.89 | 13.79 | - |
| YUV | 92.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 102 | 0 | 0.59 | 0.32 | 0.41 | 332.73 | 0.42 | 0.42 |
| Hex | 96 | 3E | 66 | 0 | 3B | 20 | 29 | 14D | 2A | 2A |
| Octal | 226 | 76 | 146 | 0 | 73 | 40 | 51 | 515 | 52 | 52 |
| Binary | 10010110 | 111110 | 1100110 | 0 | 111011 | 100000 | 101001 | 101001101 | 101010 | 101010 |
Color Harmonies of #963E66
Complementary color
Monochromatic Colors of #963E66
Black with #963E66
Text Example
Text Example
White with #963E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E66; }
p { color: rgb(150,62,102); }
H1.HeaderClassName
{
color: #963E66;
}
.AnyTagClassName
{
color: #963E66;
}
</style>
background-color css
<style>
a { background-color: #963E66; }
a { background-color: rgb(150,62,102); }
div.DivClassName
{
background-color: #963E66;
}
.BgClassName
{
background-color: #963E66;
}
</style>
border-color css
<style>
span { border-color: #963E66; }
span { border-color: rgb(150,62,102); }
td.TdClassName
{
border-color: #963E66;
}
.TagClassName
{
border-color: #963E66;
}
</style>