Shades of Cadillac #964375
Tints of Cadillac #964375
RGB
CMYK
RGB Variations
Color information
#964375 (or 0x964375) is known color: Cadillac. HEX triplet: 96, 43 and 75. RGB value is (150,67,117). Sum of RGB (Red+Green+Blue) = 150+67+117=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #964375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964375 is #69BC8A. Grayscale: #616161. Windows color (decimal): -6929547 or 7685014. OLE color: 7685014.
HSL color Cylindrical-coordinate representation of color #964375: hue angle of 323.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964375 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 117 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.41 |
| HSL | 323.86º | 0.38% | 0.43% | - |
| HSV(B) | 323.86º | 0.55% | 0.59% | - |
| XYZ | 17.8 | 11.78 | 18.17 | - |
| YUV | 97.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 117 | 0 | 0.55 | 0.22 | 0.41 | 323.86 | 0.38 | 0.43 |
| Hex | 96 | 43 | 75 | 0 | 37 | 16 | 29 | 144 | 26 | 2B |
| Octal | 226 | 103 | 165 | 0 | 67 | 26 | 51 | 504 | 46 | 53 |
| Binary | 10010110 | 1000011 | 1110101 | 0 | 110111 | 10110 | 101001 | 101000100 | 100110 | 101011 |
Color Harmonies of #964375
Complementary color
Monochromatic Colors of #964375
Black with #964375
Text Example
Text Example
White with #964375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964375; }
p { color: rgb(150,67,117); }
H1.HeaderClassName
{
color: #964375;
}
.AnyTagClassName
{
color: #964375;
}
</style>
background-color css
<style>
a { background-color: #964375; }
a { background-color: rgb(150,67,117); }
div.DivClassName
{
background-color: #964375;
}
.BgClassName
{
background-color: #964375;
}
</style>
border-color css
<style>
span { border-color: #964375; }
span { border-color: rgb(150,67,117); }
td.TdClassName
{
border-color: #964375;
}
.TagClassName
{
border-color: #964375;
}
</style>