Shades of Cadillac #964B63
Tints of Cadillac #964B63
RGB
CMYK
RGB Variations
Color information
#964B63 (or 0x964B63) is known color: Cadillac. HEX triplet: 96, 4B and 63. RGB value is (150,75,99). Sum of RGB (Red+Green+Blue) = 150+75+99=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #964B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B63 is #69B49C. Grayscale: #646464. Windows color (decimal): -6927517 or 6507414. OLE color: 6507414.
HSL color Cylindrical-coordinate representation of color #964B63: hue angle of 340.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B63 is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 99 | - |
| CMYK | 0 | 0.5 | 0.34 | 0.41 |
| HSL | 340.8º | 0.33% | 0.44% | - |
| HSV(B) | 340.8º | 0.5% | 0.59% | - |
| XYZ | 17.35 | 12.42 | 13.29 | - |
| YUV | 100.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 99 | 0 | 0.5 | 0.34 | 0.41 | 340.8 | 0.33 | 0.44 |
| Hex | 96 | 4B | 63 | 0 | 32 | 22 | 29 | 155 | 21 | 2C |
| Octal | 226 | 113 | 143 | 0 | 62 | 42 | 51 | 525 | 41 | 54 |
| Binary | 10010110 | 1001011 | 1100011 | 0 | 110010 | 100010 | 101001 | 101010101 | 100001 | 101100 |
Color Harmonies of #964B63
Complementary color
Monochromatic Colors of #964B63
Black with #964B63
Text Example
Text Example
White with #964B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B63; }
p { color: rgb(150,75,99); }
H1.HeaderClassName
{
color: #964B63;
}
.AnyTagClassName
{
color: #964B63;
}
</style>
background-color css
<style>
a { background-color: #964B63; }
a { background-color: rgb(150,75,99); }
div.DivClassName
{
background-color: #964B63;
}
.BgClassName
{
background-color: #964B63;
}
</style>
border-color css
<style>
span { border-color: #964B63; }
span { border-color: rgb(150,75,99); }
td.TdClassName
{
border-color: #964B63;
}
.TagClassName
{
border-color: #964B63;
}
</style>