Shades of Cadillac #954D5E
Tints of Cadillac #954D5E
RGB
CMYK
RGB Variations
Color information
#954D5E (or 0x954D5E) is known color: Cadillac. HEX triplet: 95, 4D and 5E. RGB value is (149,77,94). Sum of RGB (Red+Green+Blue) = 149+77+94=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #954D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D5E is #6AB2A1. Grayscale: #646464. Windows color (decimal): -6992546 or 6180245. OLE color: 6180245.
HSL color Cylindrical-coordinate representation of color #954D5E: hue angle of 345.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D5E is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 94 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.42 |
| HSL | 345.83º | 0.32% | 0.44% | - |
| HSV(B) | 345.83º | 0.48% | 0.58% | - |
| XYZ | 17.07 | 12.51 | 12.1 | - |
| YUV | 100.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 94 | 0 | 0.48 | 0.37 | 0.42 | 345.83 | 0.32 | 0.44 |
| Hex | 95 | 4D | 5E | 0 | 30 | 25 | 2A | 15A | 20 | 2C |
| Octal | 225 | 115 | 136 | 0 | 60 | 45 | 52 | 532 | 40 | 54 |
| Binary | 10010101 | 1001101 | 1011110 | 0 | 110000 | 100101 | 101010 | 101011010 | 100000 | 101100 |
Color Harmonies of #954D5E
Complementary color
Monochromatic Colors of #954D5E
Black with #954D5E
Text Example
Text Example
White with #954D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D5E; }
p { color: rgb(149,77,94); }
H1.HeaderClassName
{
color: #954D5E;
}
.AnyTagClassName
{
color: #954D5E;
}
</style>
background-color css
<style>
a { background-color: #954D5E; }
a { background-color: rgb(149,77,94); }
div.DivClassName
{
background-color: #954D5E;
}
.BgClassName
{
background-color: #954D5E;
}
</style>
border-color css
<style>
span { border-color: #954D5E; }
span { border-color: rgb(149,77,94); }
td.TdClassName
{
border-color: #954D5E;
}
.TagClassName
{
border-color: #954D5E;
}
</style>