Shades of Cadillac #974B5E
Tints of Cadillac #974B5E
RGB
CMYK
RGB Variations
Color information
#974B5E (or 0x974B5E) is known color: Cadillac. HEX triplet: 97, 4B and 5E. RGB value is (151,75,94). Sum of RGB (Red+Green+Blue) = 151+75+94=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #974B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B5E is #68B4A1. Grayscale: #636363. Windows color (decimal): -6861986 or 6179735. OLE color: 6179735.
HSL color Cylindrical-coordinate representation of color #974B5E: hue angle of 345º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974B5E is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 94 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.41 |
| HSL | 345º | 0.34% | 0.44% | - |
| HSV(B) | 345º | 0.5% | 0.59% | - |
| XYZ | 17.3 | 12.42 | 12.08 | - |
| YUV | 99.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 94 | 0 | 0.50 | 0.38 | 0.41 | 345 | 0.34 | 0.44 |
| Hex | 97 | 4B | 5E | 0 | 32 | 26 | 29 | 159 | 22 | 2C |
| Octal | 227 | 113 | 136 | 0 | 62 | 46 | 51 | 531 | 42 | 54 |
| Binary | 10010111 | 1001011 | 1011110 | 0 | 110010 | 100110 | 101001 | 101011001 | 100010 | 101100 |
Color Harmonies of #974B5E
Complementary color
Monochromatic Colors of #974B5E
Black with #974B5E
Text Example
Text Example
White with #974B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B5E; }
p { color: rgb(151,75,94); }
H1.HeaderClassName
{
color: #974B5E;
}
.AnyTagClassName
{
color: #974B5E;
}
</style>
background-color css
<style>
a { background-color: #974B5E; }
a { background-color: rgb(151,75,94); }
div.DivClassName
{
background-color: #974B5E;
}
.BgClassName
{
background-color: #974B5E;
}
</style>
border-color css
<style>
span { border-color: #974B5E; }
span { border-color: rgb(151,75,94); }
td.TdClassName
{
border-color: #974B5E;
}
.TagClassName
{
border-color: #974B5E;
}
</style>