Shades of Cadillac #964B68
Tints of Cadillac #964B68
RGB
CMYK
RGB Variations
Color information
#964B68 (or 0x964B68) is known color: Cadillac. HEX triplet: 96, 4B and 68. RGB value is (150,75,104). Sum of RGB (Red+Green+Blue) = 150+75+104=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #964B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B68 is #69B497. Grayscale: #646464. Windows color (decimal): -6927512 or 6835094. OLE color: 6835094.
HSL color Cylindrical-coordinate representation of color #964B68: hue angle of 336.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 #964B68 is Cyan = 0, Magento = 0.5, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 104 | - |
| CMYK | 0 | 0.5 | 0.31 | 0.41 |
| HSL | 336.8º | 0.33% | 0.44% | - |
| HSV(B) | 336.8º | 0.5% | 0.59% | - |
| XYZ | 17.59 | 12.52 | 14.59 | - |
| YUV | 100.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 104 | 0 | 0.5 | 0.31 | 0.41 | 336.8 | 0.33 | 0.44 |
| Hex | 96 | 4B | 68 | 0 | 32 | 1F | 29 | 151 | 21 | 2C |
| Octal | 226 | 113 | 150 | 0 | 62 | 37 | 51 | 521 | 41 | 54 |
| Binary | 10010110 | 1001011 | 1101000 | 0 | 110010 | 11111 | 101001 | 101010001 | 100001 | 101100 |
Color Harmonies of #964B68
Complementary color
Monochromatic Colors of #964B68
Black with #964B68
Text Example
Text Example
White with #964B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B68; }
p { color: rgb(150,75,104); }
H1.HeaderClassName
{
color: #964B68;
}
.AnyTagClassName
{
color: #964B68;
}
</style>
background-color css
<style>
a { background-color: #964B68; }
a { background-color: rgb(150,75,104); }
div.DivClassName
{
background-color: #964B68;
}
.BgClassName
{
background-color: #964B68;
}
</style>
border-color css
<style>
span { border-color: #964B68; }
span { border-color: rgb(150,75,104); }
td.TdClassName
{
border-color: #964B68;
}
.TagClassName
{
border-color: #964B68;
}
</style>