Shades of Cadillac #964657
Tints of Cadillac #964657
RGB
CMYK
RGB Variations
Color information
#964657 (or 0x964657) is known color: Cadillac. HEX triplet: 96, 46 and 57. RGB value is (150,70,87). Sum of RGB (Red+Green+Blue) = 150+70+87=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #964657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964657 is #69B9A8. Grayscale: #5F5F5F. Windows color (decimal): -6928809 or 5719702. OLE color: 5719702.
HSL color Cylindrical-coordinate representation of color #964657: hue angle of 347.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964657 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 87 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.41 |
| HSL | 347.25º | 0.36% | 0.43% | - |
| HSV(B) | 347.25º | 0.53% | 0.59% | - |
| XYZ | 16.49 | 11.55 | 10.38 | - |
| YUV | 95.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 87 | 0 | 0.53 | 0.42 | 0.41 | 347.25 | 0.36 | 0.43 |
| Hex | 96 | 46 | 57 | 0 | 35 | 2A | 29 | 15B | 24 | 2B |
| Octal | 226 | 106 | 127 | 0 | 65 | 52 | 51 | 533 | 44 | 53 |
| Binary | 10010110 | 1000110 | 1010111 | 0 | 110101 | 101010 | 101001 | 101011011 | 100100 | 101011 |
Color Harmonies of #964657
Complementary color
Monochromatic Colors of #964657
Black with #964657
Text Example
Text Example
White with #964657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964657; }
p { color: rgb(150,70,87); }
H1.HeaderClassName
{
color: #964657;
}
.AnyTagClassName
{
color: #964657;
}
</style>
background-color css
<style>
a { background-color: #964657; }
a { background-color: rgb(150,70,87); }
div.DivClassName
{
background-color: #964657;
}
.BgClassName
{
background-color: #964657;
}
</style>
border-color css
<style>
span { border-color: #964657; }
span { border-color: rgb(150,70,87); }
td.TdClassName
{
border-color: #964657;
}
.TagClassName
{
border-color: #964657;
}
</style>