Shades of Cadillac #974A68
Tints of Cadillac #974A68
RGB
CMYK
RGB Variations
Color information
#974A68 (or 0x974A68) is known color: Cadillac. HEX triplet: 97, 4A and 68. RGB value is (151,74,104). Sum of RGB (Red+Green+Blue) = 151+74+104=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #974A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A68 is #68B597. Grayscale: #646464. Windows color (decimal): -6862232 or 6834839. OLE color: 6834839.
HSL color Cylindrical-coordinate representation of color #974A68: hue angle of 336.62º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A68 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 74 | 104 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.41 |
| HSL | 336.62º | 0.34% | 0.44% | - |
| HSV(B) | 336.62º | 0.51% | 0.59% | - |
| XYZ | 17.71 | 12.48 | 14.57 | - |
| YUV | 100.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 104 | 0 | 0.51 | 0.31 | 0.41 | 336.62 | 0.34 | 0.44 |
| Hex | 97 | 4A | 68 | 0 | 33 | 1F | 29 | 151 | 22 | 2C |
| Octal | 227 | 112 | 150 | 0 | 63 | 37 | 51 | 521 | 42 | 54 |
| Binary | 10010111 | 1001010 | 1101000 | 0 | 110011 | 11111 | 101001 | 101010001 | 100010 | 101100 |
Color Harmonies of #974A68
Complementary color
Monochromatic Colors of #974A68
Black with #974A68
Text Example
Text Example
White with #974A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974A68; }
p { color: rgb(151,74,104); }
H1.HeaderClassName
{
color: #974A68;
}
.AnyTagClassName
{
color: #974A68;
}
</style>
background-color css
<style>
a { background-color: #974A68; }
a { background-color: rgb(151,74,104); }
div.DivClassName
{
background-color: #974A68;
}
.BgClassName
{
background-color: #974A68;
}
</style>
border-color css
<style>
span { border-color: #974A68; }
span { border-color: rgb(151,74,104); }
td.TdClassName
{
border-color: #974A68;
}
.TagClassName
{
border-color: #974A68;
}
</style>