Shades of Cadillac #974372
Tints of Cadillac #974372
RGB
CMYK
RGB Variations
Color information
#974372 (or 0x974372) is known color: Cadillac. HEX triplet: 97, 43 and 72. RGB value is (151,67,114). Sum of RGB (Red+Green+Blue) = 151+67+114=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #974372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974372 is #68BC8D. Grayscale: #616161. Windows color (decimal): -6864014 or 7488407. OLE color: 7488407.
HSL color Cylindrical-coordinate representation of color #974372: hue angle of 326.43º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974372 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 67 | 114 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.41 |
| HSL | 326.43º | 0.39% | 0.43% | - |
| HSV(B) | 326.43º | 0.56% | 0.59% | - |
| XYZ | 17.81 | 11.81 | 17.26 | - |
| YUV | 97.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 67 | 114 | 0 | 0.56 | 0.25 | 0.41 | 326.43 | 0.39 | 0.43 |
| Hex | 97 | 43 | 72 | 0 | 38 | 19 | 29 | 146 | 27 | 2B |
| Octal | 227 | 103 | 162 | 0 | 70 | 31 | 51 | 506 | 47 | 53 |
| Binary | 10010111 | 1000011 | 1110010 | 0 | 111000 | 11001 | 101001 | 101000110 | 100111 | 101011 |
Color Harmonies of #974372
Complementary color
Monochromatic Colors of #974372
Black with #974372
Text Example
Text Example
White with #974372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974372; }
p { color: rgb(151,67,114); }
H1.HeaderClassName
{
color: #974372;
}
.AnyTagClassName
{
color: #974372;
}
</style>
background-color css
<style>
a { background-color: #974372; }
a { background-color: rgb(151,67,114); }
div.DivClassName
{
background-color: #974372;
}
.BgClassName
{
background-color: #974372;
}
</style>
border-color css
<style>
span { border-color: #974372; }
span { border-color: rgb(151,67,114); }
td.TdClassName
{
border-color: #974372;
}
.TagClassName
{
border-color: #974372;
}
</style>