Shades of Cadillac #963C66
Tints of Cadillac #963C66
RGB
CMYK
RGB Variations
Color information
#963C66 (or 0x963C66) is known color: Cadillac. HEX triplet: 96, 3C and 66. RGB value is (150,60,102). Sum of RGB (Red+Green+Blue) = 150+60+102=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #963C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963C66 is #69C399. Grayscale: #5B5B5B. Windows color (decimal): -6931354 or 6700182. OLE color: 6700182.
HSL color Cylindrical-coordinate representation of color #963C66: hue angle of 332º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963C66 is Cyan = 0, Magento = 0.6, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 102 | - |
| CMYK | 0 | 0.6 | 0.32 | 0.41 |
| HSL | 332º | 0.43% | 0.41% | - |
| HSV(B) | 332º | 0.6% | 0.59% | - |
| XYZ | 16.59 | 10.68 | 13.76 | - |
| YUV | 91.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 102 | 0 | 0.6 | 0.32 | 0.41 | 332 | 0.43 | 0.41 |
| Hex | 96 | 3C | 66 | 0 | 3C | 20 | 29 | 14C | 2B | 29 |
| Octal | 226 | 74 | 146 | 0 | 74 | 40 | 51 | 514 | 53 | 51 |
| Binary | 10010110 | 111100 | 1100110 | 0 | 111100 | 100000 | 101001 | 101001100 | 101011 | 101001 |
Color Harmonies of #963C66
Complementary color
Monochromatic Colors of #963C66
Black with #963C66
Text Example
Text Example
White with #963C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C66; }
p { color: rgb(150,60,102); }
H1.HeaderClassName
{
color: #963C66;
}
.AnyTagClassName
{
color: #963C66;
}
</style>
background-color css
<style>
a { background-color: #963C66; }
a { background-color: rgb(150,60,102); }
div.DivClassName
{
background-color: #963C66;
}
.BgClassName
{
background-color: #963C66;
}
</style>
border-color css
<style>
span { border-color: #963C66; }
span { border-color: rgb(150,60,102); }
td.TdClassName
{
border-color: #963C66;
}
.TagClassName
{
border-color: #963C66;
}
</style>