Shades of Cadillac #964A5C
Tints of Cadillac #964A5C
RGB
CMYK
RGB Variations
Color information
#964A5C (or 0x964A5C) is known color: Cadillac. HEX triplet: 96, 4A and 5C. RGB value is (150,74,92). Sum of RGB (Red+Green+Blue) = 150+74+92=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #964A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A5C is #69B5A3. Grayscale: #626262. Windows color (decimal): -6927780 or 6048406. OLE color: 6048406.
HSL color Cylindrical-coordinate representation of color #964A5C: hue angle of 345.79º 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 #964A5C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 92 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.41 |
| HSL | 345.79º | 0.34% | 0.44% | - |
| HSV(B) | 345.79º | 0.51% | 0.59% | - |
| XYZ | 16.96 | 12.15 | 11.58 | - |
| YUV | 98.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 92 | 0 | 0.51 | 0.39 | 0.41 | 345.79 | 0.34 | 0.44 |
| Hex | 96 | 4A | 5C | 0 | 33 | 27 | 29 | 15A | 22 | 2C |
| Octal | 226 | 112 | 134 | 0 | 63 | 47 | 51 | 532 | 42 | 54 |
| Binary | 10010110 | 1001010 | 1011100 | 0 | 110011 | 100111 | 101001 | 101011010 | 100010 | 101100 |
Color Harmonies of #964A5C
Complementary color
Monochromatic Colors of #964A5C
Black with #964A5C
Text Example
Text Example
White with #964A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A5C; }
p { color: rgb(150,74,92); }
H1.HeaderClassName
{
color: #964A5C;
}
.AnyTagClassName
{
color: #964A5C;
}
</style>
background-color css
<style>
a { background-color: #964A5C; }
a { background-color: rgb(150,74,92); }
div.DivClassName
{
background-color: #964A5C;
}
.BgClassName
{
background-color: #964A5C;
}
</style>
border-color css
<style>
span { border-color: #964A5C; }
span { border-color: rgb(150,74,92); }
td.TdClassName
{
border-color: #964A5C;
}
.TagClassName
{
border-color: #964A5C;
}
</style>