Shades of Cadillac #974B67
Tints of Cadillac #974B67
RGB
CMYK
RGB Variations
Color information
#974B67 (or 0x974B67) is known color: Cadillac. HEX triplet: 97, 4B and 67. RGB value is (151,75,103). Sum of RGB (Red+Green+Blue) = 151+75+103=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #974B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B67 is #68B498. Grayscale: #646464. Windows color (decimal): -6861977 or 6769559. OLE color: 6769559.
HSL color Cylindrical-coordinate representation of color #974B67: hue angle of 337.89º 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 #974B67 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 103 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.41 |
| HSL | 337.89º | 0.34% | 0.44% | - |
| HSV(B) | 337.89º | 0.5% | 0.59% | - |
| XYZ | 17.73 | 12.59 | 14.33 | - |
| YUV | 100.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 103 | 0 | 0.50 | 0.32 | 0.41 | 337.89 | 0.34 | 0.44 |
| Hex | 97 | 4B | 67 | 0 | 32 | 20 | 29 | 152 | 22 | 2C |
| Octal | 227 | 113 | 147 | 0 | 62 | 40 | 51 | 522 | 42 | 54 |
| Binary | 10010111 | 1001011 | 1100111 | 0 | 110010 | 100000 | 101001 | 101010010 | 100010 | 101100 |
Color Harmonies of #974B67
Complementary color
Monochromatic Colors of #974B67
Black with #974B67
Text Example
Text Example
White with #974B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B67; }
p { color: rgb(151,75,103); }
H1.HeaderClassName
{
color: #974B67;
}
.AnyTagClassName
{
color: #974B67;
}
</style>
background-color css
<style>
a { background-color: #974B67; }
a { background-color: rgb(151,75,103); }
div.DivClassName
{
background-color: #974B67;
}
.BgClassName
{
background-color: #974B67;
}
</style>
border-color css
<style>
span { border-color: #974B67; }
span { border-color: rgb(151,75,103); }
td.TdClassName
{
border-color: #974B67;
}
.TagClassName
{
border-color: #974B67;
}
</style>