Shades of Cadillac #973C62
Tints of Cadillac #973C62
RGB
CMYK
RGB Variations
Color information
#973C62 (or 0x973C62) is known color: Cadillac. HEX triplet: 97, 3C and 62. RGB value is (151,60,98). Sum of RGB (Red+Green+Blue) = 151+60+98=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #973C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C62 is #68C39D. Grayscale: #5B5B5B. Windows color (decimal): -6865822 or 6438039. OLE color: 6438039.
HSL color Cylindrical-coordinate representation of color #973C62: hue angle of 334.95º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C62 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 98 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.41 |
| HSL | 334.95º | 0.43% | 0.41% | - |
| HSV(B) | 334.95º | 0.6% | 0.59% | - |
| XYZ | 16.58 | 10.69 | 12.75 | - |
| YUV | 91.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 98 | 0 | 0.60 | 0.35 | 0.41 | 334.95 | 0.43 | 0.41 |
| Hex | 97 | 3C | 62 | 0 | 3C | 23 | 29 | 14F | 2B | 29 |
| Octal | 227 | 74 | 142 | 0 | 74 | 43 | 51 | 517 | 53 | 51 |
| Binary | 10010111 | 111100 | 1100010 | 0 | 111100 | 100011 | 101001 | 101001111 | 101011 | 101001 |
Color Harmonies of #973C62
Complementary color
Monochromatic Colors of #973C62
Black with #973C62
Text Example
Text Example
White with #973C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C62; }
p { color: rgb(151,60,98); }
H1.HeaderClassName
{
color: #973C62;
}
.AnyTagClassName
{
color: #973C62;
}
</style>
background-color css
<style>
a { background-color: #973C62; }
a { background-color: rgb(151,60,98); }
div.DivClassName
{
background-color: #973C62;
}
.BgClassName
{
background-color: #973C62;
}
</style>
border-color css
<style>
span { border-color: #973C62; }
span { border-color: rgb(151,60,98); }
td.TdClassName
{
border-color: #973C62;
}
.TagClassName
{
border-color: #973C62;
}
</style>