Shades of Cadillac #954D5D
Tints of Cadillac #954D5D
RGB
CMYK
RGB Variations
Color information
#954D5D (or 0x954D5D) is known color: Cadillac. HEX triplet: 95, 4D and 5D. RGB value is (149,77,93). Sum of RGB (Red+Green+Blue) = 149+77+93=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #954D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D5D is #6AB2A2. Grayscale: #646464. Windows color (decimal): -6992547 or 6114709. OLE color: 6114709.
HSL color Cylindrical-coordinate representation of color #954D5D: hue angle of 346.67º 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 #954D5D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 93 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.42 |
| HSL | 346.67º | 0.32% | 0.44% | - |
| HSV(B) | 346.67º | 0.48% | 0.58% | - |
| XYZ | 17.02 | 12.49 | 11.87 | - |
| YUV | 100.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 93 | 0 | 0.48 | 0.38 | 0.42 | 346.67 | 0.32 | 0.44 |
| Hex | 95 | 4D | 5D | 0 | 30 | 26 | 2A | 15B | 20 | 2C |
| Octal | 225 | 115 | 135 | 0 | 60 | 46 | 52 | 533 | 40 | 54 |
| Binary | 10010101 | 1001101 | 1011101 | 0 | 110000 | 100110 | 101010 | 101011011 | 100000 | 101100 |
Color Harmonies of #954D5D
Complementary color
Monochromatic Colors of #954D5D
Black with #954D5D
Text Example
Text Example
White with #954D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D5D; }
p { color: rgb(149,77,93); }
H1.HeaderClassName
{
color: #954D5D;
}
.AnyTagClassName
{
color: #954D5D;
}
</style>
background-color css
<style>
a { background-color: #954D5D; }
a { background-color: rgb(149,77,93); }
div.DivClassName
{
background-color: #954D5D;
}
.BgClassName
{
background-color: #954D5D;
}
</style>
border-color css
<style>
span { border-color: #954D5D; }
span { border-color: rgb(149,77,93); }
td.TdClassName
{
border-color: #954D5D;
}
.TagClassName
{
border-color: #954D5D;
}
</style>