Shades of Cadillac #974465
Tints of Cadillac #974465
RGB
CMYK
RGB Variations
Color information
#974465 (or 0x974465) is known color: Cadillac. HEX triplet: 97, 44 and 65. RGB value is (151,68,101). Sum of RGB (Red+Green+Blue) = 151+68+101=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #974465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974465 is #68BB9A. Grayscale: #606060. Windows color (decimal): -6863771 or 6636695. OLE color: 6636695.
HSL color Cylindrical-coordinate representation of color #974465: hue angle of 336.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974465 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 68 | 101 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.41 |
| HSL | 336.14º | 0.38% | 0.43% | - |
| HSV(B) | 336.14º | 0.55% | 0.59% | - |
| XYZ | 17.18 | 11.65 | 13.66 | - |
| YUV | 96.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 101 | 0 | 0.55 | 0.33 | 0.41 | 336.14 | 0.38 | 0.43 |
| Hex | 97 | 44 | 65 | 0 | 37 | 21 | 29 | 150 | 26 | 2B |
| Octal | 227 | 104 | 145 | 0 | 67 | 41 | 51 | 520 | 46 | 53 |
| Binary | 10010111 | 1000100 | 1100101 | 0 | 110111 | 100001 | 101001 | 101010000 | 100110 | 101011 |
Color Harmonies of #974465
Complementary color
Monochromatic Colors of #974465
Black with #974465
Text Example
Text Example
White with #974465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974465; }
p { color: rgb(151,68,101); }
H1.HeaderClassName
{
color: #974465;
}
.AnyTagClassName
{
color: #974465;
}
</style>
background-color css
<style>
a { background-color: #974465; }
a { background-color: rgb(151,68,101); }
div.DivClassName
{
background-color: #974465;
}
.BgClassName
{
background-color: #974465;
}
</style>
border-color css
<style>
span { border-color: #974465; }
span { border-color: rgb(151,68,101); }
td.TdClassName
{
border-color: #974465;
}
.TagClassName
{
border-color: #974465;
}
</style>