Shades of Cadillac #964955
Tints of Cadillac #964955
RGB
CMYK
RGB Variations
Color information
#964955 (or 0x964955) is known color: Cadillac. HEX triplet: 96, 49 and 55. RGB value is (150,73,85). Sum of RGB (Red+Green+Blue) = 150+73+85=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #964955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964955 is #69B6AA. Grayscale: #616161. Windows color (decimal): -6928043 or 5589398. OLE color: 5589398.
HSL color Cylindrical-coordinate representation of color #964955: hue angle of 350.65º degrees, saturation: 0.35, 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 #964955 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 85 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.41 |
| HSL | 350.65º | 0.35% | 0.44% | - |
| HSV(B) | 350.65º | 0.51% | 0.59% | - |
| XYZ | 16.6 | 11.91 | 10.02 | - |
| YUV | 97.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 85 | 0 | 0.51 | 0.43 | 0.41 | 350.65 | 0.35 | 0.44 |
| Hex | 96 | 49 | 55 | 0 | 33 | 2B | 29 | 15F | 23 | 2C |
| Octal | 226 | 111 | 125 | 0 | 63 | 53 | 51 | 537 | 43 | 54 |
| Binary | 10010110 | 1001001 | 1010101 | 0 | 110011 | 101011 | 101001 | 101011111 | 100011 | 101100 |
Color Harmonies of #964955
Complementary color
Monochromatic Colors of #964955
Black with #964955
Text Example
Text Example
White with #964955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964955; }
p { color: rgb(150,73,85); }
H1.HeaderClassName
{
color: #964955;
}
.AnyTagClassName
{
color: #964955;
}
</style>
background-color css
<style>
a { background-color: #964955; }
a { background-color: rgb(150,73,85); }
div.DivClassName
{
background-color: #964955;
}
.BgClassName
{
background-color: #964955;
}
</style>
border-color css
<style>
span { border-color: #964955; }
span { border-color: rgb(150,73,85); }
td.TdClassName
{
border-color: #964955;
}
.TagClassName
{
border-color: #964955;
}
</style>