Shades of Cadillac #974562
Tints of Cadillac #974562
RGB
CMYK
RGB Variations
Color information
#974562 (or 0x974562) is known color: Cadillac. HEX triplet: 97, 45 and 62. RGB value is (151,69,98). Sum of RGB (Red+Green+Blue) = 151+69+98=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #974562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974562 is #68BA9D. Grayscale: #606060. Windows color (decimal): -6863518 or 6440343. OLE color: 6440343.
HSL color Cylindrical-coordinate representation of color #974562: hue angle of 338.78º 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 #974562 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 69 | 98 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.41 |
| HSL | 338.78º | 0.37% | 0.43% | - |
| HSV(B) | 338.78º | 0.54% | 0.59% | - |
| XYZ | 17.1 | 11.72 | 12.92 | - |
| YUV | 96.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 69 | 98 | 0 | 0.54 | 0.35 | 0.41 | 338.78 | 0.37 | 0.43 |
| Hex | 97 | 45 | 62 | 0 | 36 | 23 | 29 | 153 | 25 | 2B |
| Octal | 227 | 105 | 142 | 0 | 66 | 43 | 51 | 523 | 45 | 53 |
| Binary | 10010111 | 1000101 | 1100010 | 0 | 110110 | 100011 | 101001 | 101010011 | 100101 | 101011 |
Color Harmonies of #974562
Complementary color
Monochromatic Colors of #974562
Black with #974562
Text Example
Text Example
White with #974562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974562; }
p { color: rgb(151,69,98); }
H1.HeaderClassName
{
color: #974562;
}
.AnyTagClassName
{
color: #974562;
}
</style>
background-color css
<style>
a { background-color: #974562; }
a { background-color: rgb(151,69,98); }
div.DivClassName
{
background-color: #974562;
}
.BgClassName
{
background-color: #974562;
}
</style>
border-color css
<style>
span { border-color: #974562; }
span { border-color: rgb(151,69,98); }
td.TdClassName
{
border-color: #974562;
}
.TagClassName
{
border-color: #974562;
}
</style>