Shades of Cadillac #964565
Tints of Cadillac #964565
RGB
CMYK
RGB Variations
Color information
#964565 (or 0x964565) is known color: Cadillac. HEX triplet: 96, 45 and 65. RGB value is (150,69,101). Sum of RGB (Red+Green+Blue) = 150+69+101=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #964565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964565 is #69BA9A. Grayscale: #606060. Windows color (decimal): -6929051 or 6636950. OLE color: 6636950.
HSL color Cylindrical-coordinate representation of color #964565: hue angle of 336.3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964565 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 101 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.41 |
| HSL | 336.3º | 0.37% | 0.43% | - |
| HSV(B) | 336.3º | 0.54% | 0.59% | - |
| XYZ | 17.05 | 11.68 | 13.67 | - |
| YUV | 96.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 101 | 0 | 0.54 | 0.33 | 0.41 | 336.3 | 0.37 | 0.43 |
| Hex | 96 | 45 | 65 | 0 | 36 | 21 | 29 | 150 | 25 | 2B |
| Octal | 226 | 105 | 145 | 0 | 66 | 41 | 51 | 520 | 45 | 53 |
| Binary | 10010110 | 1000101 | 1100101 | 0 | 110110 | 100001 | 101001 | 101010000 | 100101 | 101011 |
Color Harmonies of #964565
Complementary color
Monochromatic Colors of #964565
Black with #964565
Text Example
Text Example
White with #964565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964565; }
p { color: rgb(150,69,101); }
H1.HeaderClassName
{
color: #964565;
}
.AnyTagClassName
{
color: #964565;
}
</style>
background-color css
<style>
a { background-color: #964565; }
a { background-color: rgb(150,69,101); }
div.DivClassName
{
background-color: #964565;
}
.BgClassName
{
background-color: #964565;
}
</style>
border-color css
<style>
span { border-color: #964565; }
span { border-color: rgb(150,69,101); }
td.TdClassName
{
border-color: #964565;
}
.TagClassName
{
border-color: #964565;
}
</style>