Shades of Cadillac #963B5E
Tints of Cadillac #963B5E
RGB
CMYK
RGB Variations
Color information
#963B5E (or 0x963B5E) is known color: Cadillac. HEX triplet: 96, 3B and 5E. RGB value is (150,59,94). Sum of RGB (Red+Green+Blue) = 150+59+94=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #963B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963B5E is #69C4A1. Grayscale: #5A5A5A. Windows color (decimal): -6931618 or 6175638. OLE color: 6175638.
HSL color Cylindrical-coordinate representation of color #963B5E: hue angle of 336.92º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963B5E is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 94 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.41 |
| HSL | 336.92º | 0.44% | 0.41% | - |
| HSV(B) | 336.92º | 0.61% | 0.59% | - |
| XYZ | 16.16 | 10.42 | 11.75 | - |
| YUV | 90.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 94 | 0 | 0.61 | 0.37 | 0.41 | 336.92 | 0.44 | 0.41 |
| Hex | 96 | 3B | 5E | 0 | 3D | 25 | 29 | 151 | 2C | 29 |
| Octal | 226 | 73 | 136 | 0 | 75 | 45 | 51 | 521 | 54 | 51 |
| Binary | 10010110 | 111011 | 1011110 | 0 | 111101 | 100101 | 101001 | 101010001 | 101100 | 101001 |
Color Harmonies of #963B5E
Complementary color
Monochromatic Colors of #963B5E
Black with #963B5E
Text Example
Text Example
White with #963B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B5E; }
p { color: rgb(150,59,94); }
H1.HeaderClassName
{
color: #963B5E;
}
.AnyTagClassName
{
color: #963B5E;
}
</style>
background-color css
<style>
a { background-color: #963B5E; }
a { background-color: rgb(150,59,94); }
div.DivClassName
{
background-color: #963B5E;
}
.BgClassName
{
background-color: #963B5E;
}
</style>
border-color css
<style>
span { border-color: #963B5E; }
span { border-color: rgb(150,59,94); }
td.TdClassName
{
border-color: #963B5E;
}
.TagClassName
{
border-color: #963B5E;
}
</style>