Shades of Cadillac #954B5D
Tints of Cadillac #954B5D
RGB
CMYK
RGB Variations
Color information
#954B5D (or 0x954B5D) is known color: Cadillac. HEX triplet: 95, 4B and 5D. RGB value is (149,75,93). Sum of RGB (Red+Green+Blue) = 149+75+93=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #954B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B5D is #6AB4A2. Grayscale: #636363. Windows color (decimal): -6993059 or 6114197. OLE color: 6114197.
HSL color Cylindrical-coordinate representation of color #954B5D: hue angle of 345.41º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B5D is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 93 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.42 |
| HSL | 345.41º | 0.33% | 0.44% | - |
| HSV(B) | 345.41º | 0.5% | 0.58% | - |
| XYZ | 16.89 | 12.21 | 11.82 | - |
| YUV | 99.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 93 | 0 | 0.50 | 0.38 | 0.42 | 345.41 | 0.33 | 0.44 |
| Hex | 95 | 4B | 5D | 0 | 32 | 26 | 2A | 159 | 21 | 2C |
| Octal | 225 | 113 | 135 | 0 | 62 | 46 | 52 | 531 | 41 | 54 |
| Binary | 10010101 | 1001011 | 1011101 | 0 | 110010 | 100110 | 101010 | 101011001 | 100001 | 101100 |
Color Harmonies of #954B5D
Complementary color
Monochromatic Colors of #954B5D
Black with #954B5D
Text Example
Text Example
White with #954B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B5D; }
p { color: rgb(149,75,93); }
H1.HeaderClassName
{
color: #954B5D;
}
.AnyTagClassName
{
color: #954B5D;
}
</style>
background-color css
<style>
a { background-color: #954B5D; }
a { background-color: rgb(149,75,93); }
div.DivClassName
{
background-color: #954B5D;
}
.BgClassName
{
background-color: #954B5D;
}
</style>
border-color css
<style>
span { border-color: #954B5D; }
span { border-color: rgb(149,75,93); }
td.TdClassName
{
border-color: #954B5D;
}
.TagClassName
{
border-color: #954B5D;
}
</style>