Shades of Cadillac #964957
Tints of Cadillac #964957
RGB
CMYK
RGB Variations
Color information
#964957 (or 0x964957) is known color: Cadillac. HEX triplet: 96, 49 and 57. RGB value is (150,73,87). Sum of RGB (Red+Green+Blue) = 150+73+87=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #964957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964957 is #69B6A8. Grayscale: #616161. Windows color (decimal): -6928041 or 5720470. OLE color: 5720470.
HSL color Cylindrical-coordinate representation of color #964957: hue angle of 349.09º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964957 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 87 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.41 |
| HSL | 349.09º | 0.35% | 0.44% | - |
| HSV(B) | 349.09º | 0.51% | 0.59% | - |
| XYZ | 16.68 | 11.94 | 10.44 | - |
| YUV | 97.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 87 | 0 | 0.51 | 0.42 | 0.41 | 349.09 | 0.35 | 0.44 |
| Hex | 96 | 49 | 57 | 0 | 33 | 2A | 29 | 15D | 23 | 2C |
| Octal | 226 | 111 | 127 | 0 | 63 | 52 | 51 | 535 | 43 | 54 |
| Binary | 10010110 | 1001001 | 1010111 | 0 | 110011 | 101010 | 101001 | 101011101 | 100011 | 101100 |
Color Harmonies of #964957
Complementary color
Monochromatic Colors of #964957
Black with #964957
Text Example
Text Example
White with #964957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964957; }
p { color: rgb(150,73,87); }
H1.HeaderClassName
{
color: #964957;
}
.AnyTagClassName
{
color: #964957;
}
</style>
background-color css
<style>
a { background-color: #964957; }
a { background-color: rgb(150,73,87); }
div.DivClassName
{
background-color: #964957;
}
.BgClassName
{
background-color: #964957;
}
</style>
border-color css
<style>
span { border-color: #964957; }
span { border-color: rgb(150,73,87); }
td.TdClassName
{
border-color: #964957;
}
.TagClassName
{
border-color: #964957;
}
</style>