Shades of Cadillac #964C57
Tints of Cadillac #964C57
RGB
CMYK
RGB Variations
Color information
#964C57 (or 0x964C57) is known color: Cadillac. HEX triplet: 96, 4C and 57. RGB value is (150,76,87). Sum of RGB (Red+Green+Blue) = 150+76+87=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #964C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C57 is #69B3A8. Grayscale: #636363. Windows color (decimal): -6927273 or 5721238. OLE color: 5721238.
HSL color Cylindrical-coordinate representation of color #964C57: hue angle of 351.08º 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 #964C57 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 87 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.41 |
| HSL | 351.08º | 0.33% | 0.44% | - |
| HSV(B) | 351.08º | 0.49% | 0.59% | - |
| XYZ | 16.88 | 12.34 | 10.51 | - |
| YUV | 99.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 87 | 0 | 0.49 | 0.42 | 0.41 | 351.08 | 0.33 | 0.44 |
| Hex | 96 | 4C | 57 | 0 | 31 | 2A | 29 | 15F | 21 | 2C |
| Octal | 226 | 114 | 127 | 0 | 61 | 52 | 51 | 537 | 41 | 54 |
| Binary | 10010110 | 1001100 | 1010111 | 0 | 110001 | 101010 | 101001 | 101011111 | 100001 | 101100 |
Color Harmonies of #964C57
Complementary color
Monochromatic Colors of #964C57
Black with #964C57
Text Example
Text Example
White with #964C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C57; }
p { color: rgb(150,76,87); }
H1.HeaderClassName
{
color: #964C57;
}
.AnyTagClassName
{
color: #964C57;
}
</style>
background-color css
<style>
a { background-color: #964C57; }
a { background-color: rgb(150,76,87); }
div.DivClassName
{
background-color: #964C57;
}
.BgClassName
{
background-color: #964C57;
}
</style>
border-color css
<style>
span { border-color: #964C57; }
span { border-color: rgb(150,76,87); }
td.TdClassName
{
border-color: #964C57;
}
.TagClassName
{
border-color: #964C57;
}
</style>