Shades of Cadillac #964569
Tints of Cadillac #964569
RGB
CMYK
RGB Variations
Color information
#964569 (or 0x964569) is known color: Cadillac. HEX triplet: 96, 45 and 69. RGB value is (150,69,105). Sum of RGB (Red+Green+Blue) = 150+69+105=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #964569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964569 is #69BA96. Grayscale: #616161. Windows color (decimal): -6929047 or 6899094. OLE color: 6899094.
HSL color Cylindrical-coordinate representation of color #964569: hue angle of 333.33º 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 #964569 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 105 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.41 |
| HSL | 333.33º | 0.37% | 0.43% | - |
| HSV(B) | 333.33º | 0.54% | 0.59% | - |
| XYZ | 17.26 | 11.76 | 14.73 | - |
| YUV | 97.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 105 | 0 | 0.54 | 0.30 | 0.41 | 333.33 | 0.37 | 0.43 |
| Hex | 96 | 45 | 69 | 0 | 36 | 1E | 29 | 14D | 25 | 2B |
| Octal | 226 | 105 | 151 | 0 | 66 | 36 | 51 | 515 | 45 | 53 |
| Binary | 10010110 | 1000101 | 1101001 | 0 | 110110 | 11110 | 101001 | 101001101 | 100101 | 101011 |
Color Harmonies of #964569
Complementary color
Monochromatic Colors of #964569
Black with #964569
Text Example
Text Example
White with #964569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964569; }
p { color: rgb(150,69,105); }
H1.HeaderClassName
{
color: #964569;
}
.AnyTagClassName
{
color: #964569;
}
</style>
background-color css
<style>
a { background-color: #964569; }
a { background-color: rgb(150,69,105); }
div.DivClassName
{
background-color: #964569;
}
.BgClassName
{
background-color: #964569;
}
</style>
border-color css
<style>
span { border-color: #964569; }
span { border-color: rgb(150,69,105); }
td.TdClassName
{
border-color: #964569;
}
.TagClassName
{
border-color: #964569;
}
</style>