Shades of Cadillac #973A66
Tints of Cadillac #973A66
RGB
CMYK
RGB Variations
Color information
#973A66 (or 0x973A66) is known color: Cadillac. HEX triplet: 97, 3A and 66. RGB value is (151,58,102). Sum of RGB (Red+Green+Blue) = 151+58+102=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #973A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973A66 is #68C599. Grayscale: #5A5A5A. Windows color (decimal): -6866330 or 6699671. OLE color: 6699671.
HSL color Cylindrical-coordinate representation of color #973A66: hue angle of 331.61º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973A66 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 102 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.41 |
| HSL | 331.61º | 0.44% | 0.41% | - |
| HSV(B) | 331.61º | 0.62% | 0.59% | - |
| XYZ | 16.67 | 10.56 | 13.73 | - |
| YUV | 90.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 102 | 0 | 0.62 | 0.32 | 0.41 | 331.61 | 0.44 | 0.41 |
| Hex | 97 | 3A | 66 | 0 | 3E | 20 | 29 | 14C | 2C | 29 |
| Octal | 227 | 72 | 146 | 0 | 76 | 40 | 51 | 514 | 54 | 51 |
| Binary | 10010111 | 111010 | 1100110 | 0 | 111110 | 100000 | 101001 | 101001100 | 101100 | 101001 |
Color Harmonies of #973A66
Complementary color
Monochromatic Colors of #973A66
Black with #973A66
Text Example
Text Example
White with #973A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A66; }
p { color: rgb(151,58,102); }
H1.HeaderClassName
{
color: #973A66;
}
.AnyTagClassName
{
color: #973A66;
}
</style>
background-color css
<style>
a { background-color: #973A66; }
a { background-color: rgb(151,58,102); }
div.DivClassName
{
background-color: #973A66;
}
.BgClassName
{
background-color: #973A66;
}
</style>
border-color css
<style>
span { border-color: #973A66; }
span { border-color: rgb(151,58,102); }
td.TdClassName
{
border-color: #973A66;
}
.TagClassName
{
border-color: #973A66;
}
</style>