Shades of Cadillac #963E6F
Tints of Cadillac #963E6F
RGB
CMYK
RGB Variations
Color information
#963E6F (or 0x963E6F) is known color: Cadillac. HEX triplet: 96, 3E and 6F. RGB value is (150,62,111). Sum of RGB (Red+Green+Blue) = 150+62+111=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #963E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E6F is #69C190. Grayscale: #5D5D5D. Windows color (decimal): -6930833 or 7290518. OLE color: 7290518.
HSL color Cylindrical-coordinate representation of color #963E6F: hue angle of 326.59º 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 #963E6F is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 111 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.41 |
| HSL | 326.59º | 0.42% | 0.42% | - |
| HSV(B) | 326.59º | 0.59% | 0.59% | - |
| XYZ | 17.17 | 11.08 | 16.27 | - |
| YUV | 93.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 111 | 0 | 0.59 | 0.26 | 0.41 | 326.59 | 0.42 | 0.42 |
| Hex | 96 | 3E | 6F | 0 | 3B | 1A | 29 | 147 | 2A | 2A |
| Octal | 226 | 76 | 157 | 0 | 73 | 32 | 51 | 507 | 52 | 52 |
| Binary | 10010110 | 111110 | 1101111 | 0 | 111011 | 11010 | 101001 | 101000111 | 101010 | 101010 |
Color Harmonies of #963E6F
Complementary color
Monochromatic Colors of #963E6F
Black with #963E6F
Text Example
Text Example
White with #963E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E6F; }
p { color: rgb(150,62,111); }
H1.HeaderClassName
{
color: #963E6F;
}
.AnyTagClassName
{
color: #963E6F;
}
</style>
background-color css
<style>
a { background-color: #963E6F; }
a { background-color: rgb(150,62,111); }
div.DivClassName
{
background-color: #963E6F;
}
.BgClassName
{
background-color: #963E6F;
}
</style>
border-color css
<style>
span { border-color: #963E6F; }
span { border-color: rgb(150,62,111); }
td.TdClassName
{
border-color: #963E6F;
}
.TagClassName
{
border-color: #963E6F;
}
</style>