Shades of Cadillac #954959
Tints of Cadillac #954959
RGB
CMYK
RGB Variations
Color information
#954959 (or 0x954959) is known color: Cadillac. HEX triplet: 95, 49 and 59. RGB value is (149,73,89). Sum of RGB (Red+Green+Blue) = 149+73+89=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #954959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954959 is #6AB6A6. Grayscale: #616161. Windows color (decimal): -6993575 or 5851541. OLE color: 5851541.
HSL color Cylindrical-coordinate representation of color #954959: hue angle of 347.37º 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 #954959 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 89 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.42 |
| HSL | 347.37º | 0.34% | 0.44% | - |
| HSV(B) | 347.37º | 0.51% | 0.58% | - |
| XYZ | 16.58 | 11.88 | 10.87 | - |
| YUV | 97.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 89 | 0 | 0.51 | 0.40 | 0.42 | 347.37 | 0.34 | 0.44 |
| Hex | 95 | 49 | 59 | 0 | 33 | 28 | 2A | 15B | 22 | 2C |
| Octal | 225 | 111 | 131 | 0 | 63 | 50 | 52 | 533 | 42 | 54 |
| Binary | 10010101 | 1001001 | 1011001 | 0 | 110011 | 101000 | 101010 | 101011011 | 100010 | 101100 |
Color Harmonies of #954959
Complementary color
Monochromatic Colors of #954959
Black with #954959
Text Example
Text Example
White with #954959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954959; }
p { color: rgb(149,73,89); }
H1.HeaderClassName
{
color: #954959;
}
.AnyTagClassName
{
color: #954959;
}
</style>
background-color css
<style>
a { background-color: #954959; }
a { background-color: rgb(149,73,89); }
div.DivClassName
{
background-color: #954959;
}
.BgClassName
{
background-color: #954959;
}
</style>
border-color css
<style>
span { border-color: #954959; }
span { border-color: rgb(149,73,89); }
td.TdClassName
{
border-color: #954959;
}
.TagClassName
{
border-color: #954959;
}
</style>