Shades of Cadillac #964969
Tints of Cadillac #964969
RGB
CMYK
RGB Variations
Color information
#964969 (or 0x964969) is known color: Cadillac. HEX triplet: 96, 49 and 69. RGB value is (150,73,105). Sum of RGB (Red+Green+Blue) = 150+73+105=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #964969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964969 is #69B696. Grayscale: #636363. Windows color (decimal): -6928023 or 6900118. OLE color: 6900118.
HSL color Cylindrical-coordinate representation of color #964969: hue angle of 335.06º 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 #964969 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 105 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.41 |
| HSL | 335.06º | 0.35% | 0.44% | - |
| HSV(B) | 335.06º | 0.51% | 0.59% | - |
| XYZ | 17.51 | 12.27 | 14.81 | - |
| YUV | 99.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 105 | 0 | 0.51 | 0.30 | 0.41 | 335.06 | 0.35 | 0.44 |
| Hex | 96 | 49 | 69 | 0 | 33 | 1E | 29 | 14F | 23 | 2C |
| Octal | 226 | 111 | 151 | 0 | 63 | 36 | 51 | 517 | 43 | 54 |
| Binary | 10010110 | 1001001 | 1101001 | 0 | 110011 | 11110 | 101001 | 101001111 | 100011 | 101100 |
Color Harmonies of #964969
Complementary color
Monochromatic Colors of #964969
Black with #964969
Text Example
Text Example
White with #964969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964969; }
p { color: rgb(150,73,105); }
H1.HeaderClassName
{
color: #964969;
}
.AnyTagClassName
{
color: #964969;
}
</style>
background-color css
<style>
a { background-color: #964969; }
a { background-color: rgb(150,73,105); }
div.DivClassName
{
background-color: #964969;
}
.BgClassName
{
background-color: #964969;
}
</style>
border-color css
<style>
span { border-color: #964969; }
span { border-color: rgb(150,73,105); }
td.TdClassName
{
border-color: #964969;
}
.TagClassName
{
border-color: #964969;
}
</style>