Shades of Cadillac #964C5B
Tints of Cadillac #964C5B
RGB
CMYK
RGB Variations
Color information
#964C5B (or 0x964C5B) is known color: Cadillac. HEX triplet: 96, 4C and 5B. RGB value is (150,76,91). Sum of RGB (Red+Green+Blue) = 150+76+91=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #964C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C5B is #69B3A4. Grayscale: #636363. Windows color (decimal): -6927269 or 5983382. OLE color: 5983382.
HSL color Cylindrical-coordinate representation of color #964C5B: hue angle of 347.84º 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 #964C5B is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 91 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.41 |
| HSL | 347.84º | 0.33% | 0.44% | - |
| HSV(B) | 347.84º | 0.49% | 0.59% | - |
| XYZ | 17.05 | 12.41 | 11.39 | - |
| YUV | 99.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 91 | 0 | 0.49 | 0.39 | 0.41 | 347.84 | 0.33 | 0.44 |
| Hex | 96 | 4C | 5B | 0 | 31 | 27 | 29 | 15C | 21 | 2C |
| Octal | 226 | 114 | 133 | 0 | 61 | 47 | 51 | 534 | 41 | 54 |
| Binary | 10010110 | 1001100 | 1011011 | 0 | 110001 | 100111 | 101001 | 101011100 | 100001 | 101100 |
Color Harmonies of #964C5B
Complementary color
Monochromatic Colors of #964C5B
Black with #964C5B
Text Example
Text Example
White with #964C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C5B; }
p { color: rgb(150,76,91); }
H1.HeaderClassName
{
color: #964C5B;
}
.AnyTagClassName
{
color: #964C5B;
}
</style>
background-color css
<style>
a { background-color: #964C5B; }
a { background-color: rgb(150,76,91); }
div.DivClassName
{
background-color: #964C5B;
}
.BgClassName
{
background-color: #964C5B;
}
</style>
border-color css
<style>
span { border-color: #964C5B; }
span { border-color: rgb(150,76,91); }
td.TdClassName
{
border-color: #964C5B;
}
.TagClassName
{
border-color: #964C5B;
}
</style>