Shades of Cadillac #964967
Tints of Cadillac #964967
RGB
CMYK
RGB Variations
Color information
#964967 (or 0x964967) is known color: Cadillac. HEX triplet: 96, 49 and 67. RGB value is (150,73,103). Sum of RGB (Red+Green+Blue) = 150+73+103=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #964967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964967 is #69B698. Grayscale: #636363. Windows color (decimal): -6928025 or 6769046. OLE color: 6769046.
HSL color Cylindrical-coordinate representation of color #964967: hue angle of 336.62º 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 #964967 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 103 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.41 |
| HSL | 336.62º | 0.35% | 0.44% | - |
| HSV(B) | 336.62º | 0.51% | 0.59% | - |
| XYZ | 17.41 | 12.23 | 14.27 | - |
| YUV | 99.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 103 | 0 | 0.51 | 0.31 | 0.41 | 336.62 | 0.35 | 0.44 |
| Hex | 96 | 49 | 67 | 0 | 33 | 1F | 29 | 151 | 23 | 2C |
| Octal | 226 | 111 | 147 | 0 | 63 | 37 | 51 | 521 | 43 | 54 |
| Binary | 10010110 | 1001001 | 1100111 | 0 | 110011 | 11111 | 101001 | 101010001 | 100011 | 101100 |
Color Harmonies of #964967
Complementary color
Monochromatic Colors of #964967
Black with #964967
Text Example
Text Example
White with #964967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964967; }
p { color: rgb(150,73,103); }
H1.HeaderClassName
{
color: #964967;
}
.AnyTagClassName
{
color: #964967;
}
</style>
background-color css
<style>
a { background-color: #964967; }
a { background-color: rgb(150,73,103); }
div.DivClassName
{
background-color: #964967;
}
.BgClassName
{
background-color: #964967;
}
</style>
border-color css
<style>
span { border-color: #964967; }
span { border-color: rgb(150,73,103); }
td.TdClassName
{
border-color: #964967;
}
.TagClassName
{
border-color: #964967;
}
</style>