Shades of Cadillac #953F73
Tints of Cadillac #953F73
RGB
CMYK
RGB Variations
Color information
#953F73 (or 0x953F73) is known color: Cadillac. HEX triplet: 95, 3F and 73. RGB value is (149,63,115). Sum of RGB (Red+Green+Blue) = 149+63+115=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #953F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953F73 is #6AC08C. Grayscale: #5E5E5E. Windows color (decimal): -6996109 or 7552917. OLE color: 7552917.
HSL color Cylindrical-coordinate representation of color #953F73: hue angle of 323.72º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953F73 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 115 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.42 |
| HSL | 323.72º | 0.41% | 0.42% | - |
| HSV(B) | 323.72º | 0.58% | 0.58% | - |
| XYZ | 17.27 | 11.18 | 17.47 | - |
| YUV | 94.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 115 | 0 | 0.58 | 0.23 | 0.42 | 323.72 | 0.41 | 0.42 |
| Hex | 95 | 3F | 73 | 0 | 3A | 17 | 2A | 144 | 29 | 2A |
| Octal | 225 | 77 | 163 | 0 | 72 | 27 | 52 | 504 | 51 | 52 |
| Binary | 10010101 | 111111 | 1110011 | 0 | 111010 | 10111 | 101010 | 101000100 | 101001 | 101010 |
Color Harmonies of #953F73
Complementary color
Monochromatic Colors of #953F73
Black with #953F73
Text Example
Text Example
White with #953F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F73; }
p { color: rgb(149,63,115); }
H1.HeaderClassName
{
color: #953F73;
}
.AnyTagClassName
{
color: #953F73;
}
</style>
background-color css
<style>
a { background-color: #953F73; }
a { background-color: rgb(149,63,115); }
div.DivClassName
{
background-color: #953F73;
}
.BgClassName
{
background-color: #953F73;
}
</style>
border-color css
<style>
span { border-color: #953F73; }
span { border-color: rgb(149,63,115); }
td.TdClassName
{
border-color: #953F73;
}
.TagClassName
{
border-color: #953F73;
}
</style>