Shades of Cadillac #964065
Tints of Cadillac #964065
RGB
CMYK
RGB Variations
Color information
#964065 (or 0x964065) is known color: Cadillac. HEX triplet: 96, 40 and 65. RGB value is (150,64,101). Sum of RGB (Red+Green+Blue) = 150+64+101=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #964065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964065 is #69BF9A. Grayscale: #5D5D5D. Windows color (decimal): -6930331 or 6635670. OLE color: 6635670.
HSL color Cylindrical-coordinate representation of color #964065: hue angle of 334.19º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964065 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 101 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.41 |
| HSL | 334.19º | 0.4% | 0.42% | - |
| HSV(B) | 334.19º | 0.57% | 0.59% | - |
| XYZ | 16.76 | 11.09 | 13.57 | - |
| YUV | 93.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 101 | 0 | 0.57 | 0.33 | 0.41 | 334.19 | 0.4 | 0.42 |
| Hex | 96 | 40 | 65 | 0 | 39 | 21 | 29 | 14E | 28 | 2A |
| Octal | 226 | 100 | 145 | 0 | 71 | 41 | 51 | 516 | 50 | 52 |
| Binary | 10010110 | 1000000 | 1100101 | 0 | 111001 | 100001 | 101001 | 101001110 | 101000 | 101010 |
Color Harmonies of #964065
Complementary color
Monochromatic Colors of #964065
Black with #964065
Text Example
Text Example
White with #964065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964065; }
p { color: rgb(150,64,101); }
H1.HeaderClassName
{
color: #964065;
}
.AnyTagClassName
{
color: #964065;
}
</style>
background-color css
<style>
a { background-color: #964065; }
a { background-color: rgb(150,64,101); }
div.DivClassName
{
background-color: #964065;
}
.BgClassName
{
background-color: #964065;
}
</style>
border-color css
<style>
span { border-color: #964065; }
span { border-color: rgb(150,64,101); }
td.TdClassName
{
border-color: #964065;
}
.TagClassName
{
border-color: #964065;
}
</style>