Shades of Cadillac #974D5A
Tints of Cadillac #974D5A
RGB
CMYK
RGB Variations
Color information
#974D5A (or 0x974D5A) is known color: Cadillac. HEX triplet: 97, 4D and 5A. RGB value is (151,77,90). Sum of RGB (Red+Green+Blue) = 151+77+90=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #974D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D5A is #68B2A5. Grayscale: #646464. Windows color (decimal): -6861478 or 5918103. OLE color: 5918103.
HSL color Cylindrical-coordinate representation of color #974D5A: hue angle of 349.46º 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 #974D5A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 77 | 90 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.41 |
| HSL | 349.46º | 0.32% | 0.45% | - |
| HSV(B) | 349.46º | 0.49% | 0.59% | - |
| XYZ | 17.26 | 12.63 | 11.2 | - |
| YUV | 100.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 90 | 0 | 0.49 | 0.40 | 0.41 | 349.46 | 0.32 | 0.45 |
| Hex | 97 | 4D | 5A | 0 | 31 | 28 | 29 | 15D | 20 | 2D |
| Octal | 227 | 115 | 132 | 0 | 61 | 50 | 51 | 535 | 40 | 55 |
| Binary | 10010111 | 1001101 | 1011010 | 0 | 110001 | 101000 | 101001 | 101011101 | 100000 | 101101 |
Color Harmonies of #974D5A
Complementary color
Monochromatic Colors of #974D5A
Black with #974D5A
Text Example
Text Example
White with #974D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974D5A; }
p { color: rgb(151,77,90); }
H1.HeaderClassName
{
color: #974D5A;
}
.AnyTagClassName
{
color: #974D5A;
}
</style>
background-color css
<style>
a { background-color: #974D5A; }
a { background-color: rgb(151,77,90); }
div.DivClassName
{
background-color: #974D5A;
}
.BgClassName
{
background-color: #974D5A;
}
</style>
border-color css
<style>
span { border-color: #974D5A; }
span { border-color: rgb(151,77,90); }
td.TdClassName
{
border-color: #974D5A;
}
.TagClassName
{
border-color: #974D5A;
}
</style>