Shades of Cadillac #964A64
Tints of Cadillac #964A64
RGB
CMYK
RGB Variations
Color information
#964A64 (or 0x964A64) is known color: Cadillac. HEX triplet: 96, 4A and 64. RGB value is (150,74,100). Sum of RGB (Red+Green+Blue) = 150+74+100=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #964A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A64 is #69B59B. Grayscale: #636363. Windows color (decimal): -6927772 or 6572694. OLE color: 6572694.
HSL color Cylindrical-coordinate representation of color #964A64: hue angle of 339.47º degrees, saturation: 0.34, 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 #964A64 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 100 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.41 |
| HSL | 339.47º | 0.34% | 0.44% | - |
| HSV(B) | 339.47º | 0.51% | 0.59% | - |
| XYZ | 17.33 | 12.3 | 13.52 | - |
| YUV | 99.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 100 | 0 | 0.51 | 0.33 | 0.41 | 339.47 | 0.34 | 0.44 |
| Hex | 96 | 4A | 64 | 0 | 33 | 21 | 29 | 153 | 22 | 2C |
| Octal | 226 | 112 | 144 | 0 | 63 | 41 | 51 | 523 | 42 | 54 |
| Binary | 10010110 | 1001010 | 1100100 | 0 | 110011 | 100001 | 101001 | 101010011 | 100010 | 101100 |
Color Harmonies of #964A64
Complementary color
Monochromatic Colors of #964A64
Black with #964A64
Text Example
Text Example
White with #964A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A64; }
p { color: rgb(150,74,100); }
H1.HeaderClassName
{
color: #964A64;
}
.AnyTagClassName
{
color: #964A64;
}
</style>
background-color css
<style>
a { background-color: #964A64; }
a { background-color: rgb(150,74,100); }
div.DivClassName
{
background-color: #964A64;
}
.BgClassName
{
background-color: #964A64;
}
</style>
border-color css
<style>
span { border-color: #964A64; }
span { border-color: rgb(150,74,100); }
td.TdClassName
{
border-color: #964A64;
}
.TagClassName
{
border-color: #964A64;
}
</style>