Shades of Cadillac #963F69
Tints of Cadillac #963F69
RGB
CMYK
RGB Variations
Color information
#963F69 (or 0x963F69) is known color: Cadillac. HEX triplet: 96, 3F and 69. RGB value is (150,63,105). Sum of RGB (Red+Green+Blue) = 150+63+105=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #963F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F69 is #69C096. Grayscale: #5D5D5D. Windows color (decimal): -6930583 or 6897558. OLE color: 6897558.
HSL color Cylindrical-coordinate representation of color #963F69: hue angle of 331.03º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F69 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 105 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.41 |
| HSL | 331.03º | 0.41% | 0.42% | - |
| HSV(B) | 331.03º | 0.58% | 0.59% | - |
| XYZ | 16.9 | 11.06 | 14.61 | - |
| YUV | 93.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 105 | 0 | 0.58 | 0.30 | 0.41 | 331.03 | 0.41 | 0.42 |
| Hex | 96 | 3F | 69 | 0 | 3A | 1E | 29 | 14B | 29 | 2A |
| Octal | 226 | 77 | 151 | 0 | 72 | 36 | 51 | 513 | 51 | 52 |
| Binary | 10010110 | 111111 | 1101001 | 0 | 111010 | 11110 | 101001 | 101001011 | 101001 | 101010 |
Color Harmonies of #963F69
Complementary color
Monochromatic Colors of #963F69
Black with #963F69
Text Example
Text Example
White with #963F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F69; }
p { color: rgb(150,63,105); }
H1.HeaderClassName
{
color: #963F69;
}
.AnyTagClassName
{
color: #963F69;
}
</style>
background-color css
<style>
a { background-color: #963F69; }
a { background-color: rgb(150,63,105); }
div.DivClassName
{
background-color: #963F69;
}
.BgClassName
{
background-color: #963F69;
}
</style>
border-color css
<style>
span { border-color: #963F69; }
span { border-color: rgb(150,63,105); }
td.TdClassName
{
border-color: #963F69;
}
.TagClassName
{
border-color: #963F69;
}
</style>