Shades of Cadillac #974C57
Tints of Cadillac #974C57
RGB
CMYK
RGB Variations
Color information
#974C57 (or 0x974C57) is known color: Cadillac. HEX triplet: 97, 4C and 57. RGB value is (151,76,87). Sum of RGB (Red+Green+Blue) = 151+76+87=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #974C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974C57 is #68B3A8. Grayscale: #636363. Windows color (decimal): -6861737 or 5721239. OLE color: 5721239.
HSL color Cylindrical-coordinate representation of color #974C57: hue angle of 351.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974C57 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 76 | 87 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.41 |
| HSL | 351.2º | 0.33% | 0.45% | - |
| HSV(B) | 351.2º | 0.5% | 0.59% | - |
| XYZ | 17.07 | 12.44 | 10.52 | - |
| YUV | 99.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 87 | 0 | 0.50 | 0.42 | 0.41 | 351.2 | 0.33 | 0.45 |
| Hex | 97 | 4C | 57 | 0 | 32 | 2A | 29 | 15F | 21 | 2D |
| Octal | 227 | 114 | 127 | 0 | 62 | 52 | 51 | 537 | 41 | 55 |
| Binary | 10010111 | 1001100 | 1010111 | 0 | 110010 | 101010 | 101001 | 101011111 | 100001 | 101101 |
Color Harmonies of #974C57
Complementary color
Monochromatic Colors of #974C57
Black with #974C57
Text Example
Text Example
White with #974C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974C57; }
p { color: rgb(151,76,87); }
H1.HeaderClassName
{
color: #974C57;
}
.AnyTagClassName
{
color: #974C57;
}
</style>
background-color css
<style>
a { background-color: #974C57; }
a { background-color: rgb(151,76,87); }
div.DivClassName
{
background-color: #974C57;
}
.BgClassName
{
background-color: #974C57;
}
</style>
border-color css
<style>
span { border-color: #974C57; }
span { border-color: rgb(151,76,87); }
td.TdClassName
{
border-color: #974C57;
}
.TagClassName
{
border-color: #974C57;
}
</style>