Shades of Cadillac #953B5E
Tints of Cadillac #953B5E
RGB
CMYK
RGB Variations
Color information
#953B5E (or 0x953B5E) is known color: Cadillac. HEX triplet: 95, 3B and 5E. RGB value is (149,59,94). Sum of RGB (Red+Green+Blue) = 149+59+94=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #953B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953B5E is #6AC4A1. Grayscale: #595959. Windows color (decimal): -6997154 or 6175637. OLE color: 6175637.
HSL color Cylindrical-coordinate representation of color #953B5E: hue angle of 336.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953B5E is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 94 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.42 |
| HSL | 336.67º | 0.43% | 0.41% | - |
| HSV(B) | 336.67º | 0.6% | 0.58% | - |
| XYZ | 15.98 | 10.33 | 11.74 | - |
| YUV | 89.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 94 | 0 | 0.60 | 0.37 | 0.42 | 336.67 | 0.43 | 0.41 |
| Hex | 95 | 3B | 5E | 0 | 3C | 25 | 2A | 151 | 2B | 29 |
| Octal | 225 | 73 | 136 | 0 | 74 | 45 | 52 | 521 | 53 | 51 |
| Binary | 10010101 | 111011 | 1011110 | 0 | 111100 | 100101 | 101010 | 101010001 | 101011 | 101001 |
Color Harmonies of #953B5E
Complementary color
Monochromatic Colors of #953B5E
Black with #953B5E
Text Example
Text Example
White with #953B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B5E; }
p { color: rgb(149,59,94); }
H1.HeaderClassName
{
color: #953B5E;
}
.AnyTagClassName
{
color: #953B5E;
}
</style>
background-color css
<style>
a { background-color: #953B5E; }
a { background-color: rgb(149,59,94); }
div.DivClassName
{
background-color: #953B5E;
}
.BgClassName
{
background-color: #953B5E;
}
</style>
border-color css
<style>
span { border-color: #953B5E; }
span { border-color: rgb(149,59,94); }
td.TdClassName
{
border-color: #953B5E;
}
.TagClassName
{
border-color: #953B5E;
}
</style>