Shades of Cadillac #973D67
Tints of Cadillac #973D67
RGB
CMYK
RGB Variations
Color information
#973D67 (or 0x973D67) is known color: Cadillac. HEX triplet: 97, 3D and 67. RGB value is (151,61,103). Sum of RGB (Red+Green+Blue) = 151+61+103=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #973D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973D67 is #68C298. Grayscale: #5C5C5C. Windows color (decimal): -6865561 or 6765975. OLE color: 6765975.
HSL color Cylindrical-coordinate representation of color #973D67: hue angle of 332º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973D67 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 103 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.41 |
| HSL | 332º | 0.42% | 0.42% | - |
| HSV(B) | 332º | 0.6% | 0.59% | - |
| XYZ | 16.88 | 10.9 | 14.05 | - |
| YUV | 92.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 103 | 0 | 0.60 | 0.32 | 0.41 | 332 | 0.42 | 0.42 |
| Hex | 97 | 3D | 67 | 0 | 3C | 20 | 29 | 14C | 2A | 2A |
| Octal | 227 | 75 | 147 | 0 | 74 | 40 | 51 | 514 | 52 | 52 |
| Binary | 10010111 | 111101 | 1100111 | 0 | 111100 | 100000 | 101001 | 101001100 | 101010 | 101010 |
Color Harmonies of #973D67
Complementary color
Monochromatic Colors of #973D67
Black with #973D67
Text Example
Text Example
White with #973D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D67; }
p { color: rgb(151,61,103); }
H1.HeaderClassName
{
color: #973D67;
}
.AnyTagClassName
{
color: #973D67;
}
</style>
background-color css
<style>
a { background-color: #973D67; }
a { background-color: rgb(151,61,103); }
div.DivClassName
{
background-color: #973D67;
}
.BgClassName
{
background-color: #973D67;
}
</style>
border-color css
<style>
span { border-color: #973D67; }
span { border-color: rgb(151,61,103); }
td.TdClassName
{
border-color: #973D67;
}
.TagClassName
{
border-color: #973D67;
}
</style>