Shades of Cadillac #964C5E
Tints of Cadillac #964C5E
RGB
CMYK
RGB Variations
Color information
#964C5E (or 0x964C5E) is known color: Cadillac. HEX triplet: 96, 4C and 5E. RGB value is (150,76,94). Sum of RGB (Red+Green+Blue) = 150+76+94=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #964C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C5E is #69B3A1. Grayscale: #646464. Windows color (decimal): -6927266 or 6179990. OLE color: 6179990.
HSL color Cylindrical-coordinate representation of color #964C5E: hue angle of 345.41º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964C5E is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 94 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.41 |
| HSL | 345.41º | 0.33% | 0.44% | - |
| HSV(B) | 345.41º | 0.49% | 0.59% | - |
| XYZ | 17.18 | 12.46 | 12.09 | - |
| YUV | 100.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 94 | 0 | 0.49 | 0.37 | 0.41 | 345.41 | 0.33 | 0.44 |
| Hex | 96 | 4C | 5E | 0 | 31 | 25 | 29 | 159 | 21 | 2C |
| Octal | 226 | 114 | 136 | 0 | 61 | 45 | 51 | 531 | 41 | 54 |
| Binary | 10010110 | 1001100 | 1011110 | 0 | 110001 | 100101 | 101001 | 101011001 | 100001 | 101100 |
Color Harmonies of #964C5E
Complementary color
Monochromatic Colors of #964C5E
Black with #964C5E
Text Example
Text Example
White with #964C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C5E; }
p { color: rgb(150,76,94); }
H1.HeaderClassName
{
color: #964C5E;
}
.AnyTagClassName
{
color: #964C5E;
}
</style>
background-color css
<style>
a { background-color: #964C5E; }
a { background-color: rgb(150,76,94); }
div.DivClassName
{
background-color: #964C5E;
}
.BgClassName
{
background-color: #964C5E;
}
</style>
border-color css
<style>
span { border-color: #964C5E; }
span { border-color: rgb(150,76,94); }
td.TdClassName
{
border-color: #964C5E;
}
.TagClassName
{
border-color: #964C5E;
}
</style>