Shades of Cadillac #97466B
Tints of Cadillac #97466B
RGB
CMYK
RGB Variations
Color information
#97466B (or 0x97466B) is known color: Cadillac. HEX triplet: 97, 46 and 6B. RGB value is (151,70,107). Sum of RGB (Red+Green+Blue) = 151+70+107=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #97466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97466B is #68B994. Grayscale: #626262. Windows color (decimal): -6863253 or 7030423. OLE color: 7030423.
HSL color Cylindrical-coordinate representation of color #97466B: hue angle of 332.59º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97466B is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 107 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.41 |
| HSL | 332.59º | 0.37% | 0.43% | - |
| HSV(B) | 332.59º | 0.54% | 0.59% | - |
| XYZ | 17.61 | 12.02 | 15.3 | - |
| YUV | 98.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 107 | 0 | 0.54 | 0.29 | 0.41 | 332.59 | 0.37 | 0.43 |
| Hex | 97 | 46 | 6B | 0 | 36 | 1D | 29 | 14D | 25 | 2B |
| Octal | 227 | 106 | 153 | 0 | 66 | 35 | 51 | 515 | 45 | 53 |
| Binary | 10010111 | 1000110 | 1101011 | 0 | 110110 | 11101 | 101001 | 101001101 | 100101 | 101011 |
Color Harmonies of #97466B
Complementary color
Monochromatic Colors of #97466B
Black with #97466B
Text Example
Text Example
White with #97466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97466B; }
p { color: rgb(151,70,107); }
H1.HeaderClassName
{
color: #97466B;
}
.AnyTagClassName
{
color: #97466B;
}
</style>
background-color css
<style>
a { background-color: #97466B; }
a { background-color: rgb(151,70,107); }
div.DivClassName
{
background-color: #97466B;
}
.BgClassName
{
background-color: #97466B;
}
</style>
border-color css
<style>
span { border-color: #97466B; }
span { border-color: rgb(151,70,107); }
td.TdClassName
{
border-color: #97466B;
}
.TagClassName
{
border-color: #97466B;
}
</style>