Shades of Cadillac #964B65
Tints of Cadillac #964B65
RGB
CMYK
RGB Variations
Color information
#964B65 (or 0x964B65) is known color: Cadillac. HEX triplet: 96, 4B and 65. RGB value is (150,75,101). Sum of RGB (Red+Green+Blue) = 150+75+101=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #964B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B65 is #69B49A. Grayscale: #646464. Windows color (decimal): -6927515 or 6638486. OLE color: 6638486.
HSL color Cylindrical-coordinate representation of color #964B65: hue angle of 339.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B65 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 101 | - |
| CMYK | 0 | 0.5 | 0.33 | 0.41 |
| HSL | 339.2º | 0.33% | 0.44% | - |
| HSV(B) | 339.2º | 0.5% | 0.59% | - |
| XYZ | 17.44 | 12.46 | 13.8 | - |
| YUV | 100.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 101 | 0 | 0.5 | 0.33 | 0.41 | 339.2 | 0.33 | 0.44 |
| Hex | 96 | 4B | 65 | 0 | 32 | 21 | 29 | 153 | 21 | 2C |
| Octal | 226 | 113 | 145 | 0 | 62 | 41 | 51 | 523 | 41 | 54 |
| Binary | 10010110 | 1001011 | 1100101 | 0 | 110010 | 100001 | 101001 | 101010011 | 100001 | 101100 |
Color Harmonies of #964B65
Complementary color
Monochromatic Colors of #964B65
Black with #964B65
Text Example
Text Example
White with #964B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B65; }
p { color: rgb(150,75,101); }
H1.HeaderClassName
{
color: #964B65;
}
.AnyTagClassName
{
color: #964B65;
}
</style>
background-color css
<style>
a { background-color: #964B65; }
a { background-color: rgb(150,75,101); }
div.DivClassName
{
background-color: #964B65;
}
.BgClassName
{
background-color: #964B65;
}
</style>
border-color css
<style>
span { border-color: #964B65; }
span { border-color: rgb(150,75,101); }
td.TdClassName
{
border-color: #964B65;
}
.TagClassName
{
border-color: #964B65;
}
</style>