Shades of Cadillac #973B68
Tints of Cadillac #973B68
RGB
CMYK
RGB Variations
Color information
#973B68 (or 0x973B68) is known color: Cadillac. HEX triplet: 97, 3B and 68. RGB value is (151,59,104). Sum of RGB (Red+Green+Blue) = 151+59+104=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #973B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B68 is #68C497. Grayscale: #5B5B5B. Windows color (decimal): -6866072 or 6830999. OLE color: 6830999.
HSL color Cylindrical-coordinate representation of color #973B68: hue angle of 330.65º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #973B68 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 104 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.41 |
| HSL | 330.65º | 0.44% | 0.41% | - |
| HSV(B) | 330.65º | 0.61% | 0.59% | - |
| XYZ | 16.83 | 10.71 | 14.28 | - |
| YUV | 91.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 104 | 0 | 0.61 | 0.31 | 0.41 | 330.65 | 0.44 | 0.41 |
| Hex | 97 | 3B | 68 | 0 | 3D | 1F | 29 | 14B | 2C | 29 |
| Octal | 227 | 73 | 150 | 0 | 75 | 37 | 51 | 513 | 54 | 51 |
| Binary | 10010111 | 111011 | 1101000 | 0 | 111101 | 11111 | 101001 | 101001011 | 101100 | 101001 |
Color Harmonies of #973B68
Complementary color
Monochromatic Colors of #973B68
Black with #973B68
Text Example
Text Example
White with #973B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B68; }
p { color: rgb(151,59,104); }
H1.HeaderClassName
{
color: #973B68;
}
.AnyTagClassName
{
color: #973B68;
}
</style>
background-color css
<style>
a { background-color: #973B68; }
a { background-color: rgb(151,59,104); }
div.DivClassName
{
background-color: #973B68;
}
.BgClassName
{
background-color: #973B68;
}
</style>
border-color css
<style>
span { border-color: #973B68; }
span { border-color: rgb(151,59,104); }
td.TdClassName
{
border-color: #973B68;
}
.TagClassName
{
border-color: #973B68;
}
</style>