Shades of Cadillac #963B6B
Tints of Cadillac #963B6B
RGB
CMYK
RGB Variations
Color information
#963B6B (or 0x963B6B) is known color: Cadillac. HEX triplet: 96, 3B and 6B. RGB value is (150,59,107). Sum of RGB (Red+Green+Blue) = 150+59+107=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #963B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963B6B is #69C494. Grayscale: #5B5B5B. Windows color (decimal): -6931605 or 7027606. OLE color: 7027606.
HSL color Cylindrical-coordinate representation of color #963B6B: hue angle of 328.35º 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 #963B6B is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 107 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.41 |
| HSL | 328.35º | 0.44% | 0.41% | - |
| HSV(B) | 328.35º | 0.61% | 0.59% | - |
| XYZ | 16.8 | 10.67 | 15.08 | - |
| YUV | 91.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 107 | 0 | 0.61 | 0.29 | 0.41 | 328.35 | 0.44 | 0.41 |
| Hex | 96 | 3B | 6B | 0 | 3D | 1D | 29 | 148 | 2C | 29 |
| Octal | 226 | 73 | 153 | 0 | 75 | 35 | 51 | 510 | 54 | 51 |
| Binary | 10010110 | 111011 | 1101011 | 0 | 111101 | 11101 | 101001 | 101001000 | 101100 | 101001 |
Color Harmonies of #963B6B
Complementary color
Monochromatic Colors of #963B6B
Black with #963B6B
Text Example
Text Example
White with #963B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B6B; }
p { color: rgb(150,59,107); }
H1.HeaderClassName
{
color: #963B6B;
}
.AnyTagClassName
{
color: #963B6B;
}
</style>
background-color css
<style>
a { background-color: #963B6B; }
a { background-color: rgb(150,59,107); }
div.DivClassName
{
background-color: #963B6B;
}
.BgClassName
{
background-color: #963B6B;
}
</style>
border-color css
<style>
span { border-color: #963B6B; }
span { border-color: rgb(150,59,107); }
td.TdClassName
{
border-color: #963B6B;
}
.TagClassName
{
border-color: #963B6B;
}
</style>