Shades of Cadillac #974D6B
Tints of Cadillac #974D6B
RGB
CMYK
RGB Variations
Color information
#974D6B (or 0x974D6B) is known color: Cadillac. HEX triplet: 97, 4D and 6B. RGB value is (151,77,107). Sum of RGB (Red+Green+Blue) = 151+77+107=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #974D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D6B is #68B294. Grayscale: #666666. Windows color (decimal): -6861461 or 7032215. OLE color: 7032215.
HSL color Cylindrical-coordinate representation of color #974D6B: hue angle of 335.68º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D6B is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 77 | 107 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.41 |
| HSL | 335.68º | 0.32% | 0.45% | - |
| HSV(B) | 335.68º | 0.49% | 0.59% | - |
| XYZ | 18.07 | 12.95 | 15.46 | - |
| YUV | 102.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 107 | 0 | 0.49 | 0.29 | 0.41 | 335.68 | 0.32 | 0.45 |
| Hex | 97 | 4D | 6B | 0 | 31 | 1D | 29 | 150 | 20 | 2D |
| Octal | 227 | 115 | 153 | 0 | 61 | 35 | 51 | 520 | 40 | 55 |
| Binary | 10010111 | 1001101 | 1101011 | 0 | 110001 | 11101 | 101001 | 101010000 | 100000 | 101101 |
Color Harmonies of #974D6B
Complementary color
Monochromatic Colors of #974D6B
Black with #974D6B
Text Example
Text Example
White with #974D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974D6B; }
p { color: rgb(151,77,107); }
H1.HeaderClassName
{
color: #974D6B;
}
.AnyTagClassName
{
color: #974D6B;
}
</style>
background-color css
<style>
a { background-color: #974D6B; }
a { background-color: rgb(151,77,107); }
div.DivClassName
{
background-color: #974D6B;
}
.BgClassName
{
background-color: #974D6B;
}
</style>
border-color css
<style>
span { border-color: #974D6B; }
span { border-color: rgb(151,77,107); }
td.TdClassName
{
border-color: #974D6B;
}
.TagClassName
{
border-color: #974D6B;
}
</style>