Shades of Cadillac #964269
Tints of Cadillac #964269
RGB
CMYK
RGB Variations
Color information
#964269 (or 0x964269) is known color: Cadillac. HEX triplet: 96, 42 and 69. RGB value is (150,66,105). Sum of RGB (Red+Green+Blue) = 150+66+105=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #964269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964269 is #69BD96. Grayscale: #5F5F5F. Windows color (decimal): -6929815 or 6898326. OLE color: 6898326.
HSL color Cylindrical-coordinate representation of color #964269: hue angle of 332.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964269 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 105 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.41 |
| HSL | 332.14º | 0.39% | 0.42% | - |
| HSV(B) | 332.14º | 0.56% | 0.59% | - |
| XYZ | 17.08 | 11.4 | 14.67 | - |
| YUV | 95.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 105 | 0 | 0.56 | 0.30 | 0.41 | 332.14 | 0.39 | 0.42 |
| Hex | 96 | 42 | 69 | 0 | 38 | 1E | 29 | 14C | 27 | 2A |
| Octal | 226 | 102 | 151 | 0 | 70 | 36 | 51 | 514 | 47 | 52 |
| Binary | 10010110 | 1000010 | 1101001 | 0 | 111000 | 11110 | 101001 | 101001100 | 100111 | 101010 |
Color Harmonies of #964269
Complementary color
Monochromatic Colors of #964269
Black with #964269
Text Example
Text Example
White with #964269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964269; }
p { color: rgb(150,66,105); }
H1.HeaderClassName
{
color: #964269;
}
.AnyTagClassName
{
color: #964269;
}
</style>
background-color css
<style>
a { background-color: #964269; }
a { background-color: rgb(150,66,105); }
div.DivClassName
{
background-color: #964269;
}
.BgClassName
{
background-color: #964269;
}
</style>
border-color css
<style>
span { border-color: #964269; }
span { border-color: rgb(150,66,105); }
td.TdClassName
{
border-color: #964269;
}
.TagClassName
{
border-color: #964269;
}
</style>