Shades of Cadillac #954956
Tints of Cadillac #954956
RGB
CMYK
RGB Variations
Color information
#954956 (or 0x954956) is known color: Cadillac. HEX triplet: 95, 49 and 56. RGB value is (149,73,86). Sum of RGB (Red+Green+Blue) = 149+73+86=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #954956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954956 is #6AB6A9. Grayscale: #616161. Windows color (decimal): -6993578 or 5654933. OLE color: 5654933.
HSL color Cylindrical-coordinate representation of color #954956: hue angle of 349.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954956 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 86 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.42 |
| HSL | 349.74º | 0.34% | 0.44% | - |
| HSV(B) | 349.74º | 0.51% | 0.58% | - |
| XYZ | 16.46 | 11.83 | 10.22 | - |
| YUV | 97.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 86 | 0 | 0.51 | 0.42 | 0.42 | 349.74 | 0.34 | 0.44 |
| Hex | 95 | 49 | 56 | 0 | 33 | 2A | 2A | 15E | 22 | 2C |
| Octal | 225 | 111 | 126 | 0 | 63 | 52 | 52 | 536 | 42 | 54 |
| Binary | 10010101 | 1001001 | 1010110 | 0 | 110011 | 101010 | 101010 | 101011110 | 100010 | 101100 |
Color Harmonies of #954956
Complementary color
Monochromatic Colors of #954956
Black with #954956
Text Example
Text Example
White with #954956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954956; }
p { color: rgb(149,73,86); }
H1.HeaderClassName
{
color: #954956;
}
.AnyTagClassName
{
color: #954956;
}
</style>
background-color css
<style>
a { background-color: #954956; }
a { background-color: rgb(149,73,86); }
div.DivClassName
{
background-color: #954956;
}
.BgClassName
{
background-color: #954956;
}
</style>
border-color css
<style>
span { border-color: #954956; }
span { border-color: rgb(149,73,86); }
td.TdClassName
{
border-color: #954956;
}
.TagClassName
{
border-color: #954956;
}
</style>