Shades of Cadillac #97406B
Tints of Cadillac #97406B
RGB
CMYK
RGB Variations
Color information
#97406B (or 0x97406B) is known color: Cadillac. HEX triplet: 97, 40 and 6B. RGB value is (151,64,107). Sum of RGB (Red+Green+Blue) = 151+64+107=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #97406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97406B is #68BF94. Grayscale: #5E5E5E. Windows color (decimal): -6864789 or 7028887. OLE color: 7028887.
HSL color Cylindrical-coordinate representation of color #97406B: hue angle of 330.34º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97406B is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 64 | 107 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.41 |
| HSL | 330.34º | 0.4% | 0.42% | - |
| HSV(B) | 330.34º | 0.58% | 0.59% | - |
| XYZ | 17.25 | 11.31 | 15.18 | - |
| YUV | 94.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 64 | 107 | 0 | 0.58 | 0.29 | 0.41 | 330.34 | 0.4 | 0.42 |
| Hex | 97 | 40 | 6B | 0 | 3A | 1D | 29 | 14A | 28 | 2A |
| Octal | 227 | 100 | 153 | 0 | 72 | 35 | 51 | 512 | 50 | 52 |
| Binary | 10010111 | 1000000 | 1101011 | 0 | 111010 | 11101 | 101001 | 101001010 | 101000 | 101010 |
Color Harmonies of #97406B
Complementary color
Monochromatic Colors of #97406B
Black with #97406B
Text Example
Text Example
White with #97406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97406B; }
p { color: rgb(151,64,107); }
H1.HeaderClassName
{
color: #97406B;
}
.AnyTagClassName
{
color: #97406B;
}
</style>
background-color css
<style>
a { background-color: #97406B; }
a { background-color: rgb(151,64,107); }
div.DivClassName
{
background-color: #97406B;
}
.BgClassName
{
background-color: #97406B;
}
</style>
border-color css
<style>
span { border-color: #97406B; }
span { border-color: rgb(151,64,107); }
td.TdClassName
{
border-color: #97406B;
}
.TagClassName
{
border-color: #97406B;
}
</style>