Shades of Cadillac #954C56
Tints of Cadillac #954C56
RGB
CMYK
RGB Variations
Color information
#954C56 (or 0x954C56) is known color: Cadillac. HEX triplet: 95, 4C and 56. RGB value is (149,76,86). Sum of RGB (Red+Green+Blue) = 149+76+86=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #954C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C56 is #6AB3A9. Grayscale: #636363. Windows color (decimal): -6992810 or 5655701. OLE color: 5655701.
HSL color Cylindrical-coordinate representation of color #954C56: hue angle of 351.78º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C56 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 86 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.42 |
| HSL | 351.78º | 0.32% | 0.44% | - |
| HSV(B) | 351.78º | 0.49% | 0.58% | - |
| XYZ | 16.66 | 12.23 | 10.29 | - |
| YUV | 98.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 86 | 0 | 0.49 | 0.42 | 0.42 | 351.78 | 0.32 | 0.44 |
| Hex | 95 | 4C | 56 | 0 | 31 | 2A | 2A | 160 | 20 | 2C |
| Octal | 225 | 114 | 126 | 0 | 61 | 52 | 52 | 540 | 40 | 54 |
| Binary | 10010101 | 1001100 | 1010110 | 0 | 110001 | 101010 | 101010 | 101100000 | 100000 | 101100 |
Color Harmonies of #954C56
Complementary color
Monochromatic Colors of #954C56
Black with #954C56
Text Example
Text Example
White with #954C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C56; }
p { color: rgb(149,76,86); }
H1.HeaderClassName
{
color: #954C56;
}
.AnyTagClassName
{
color: #954C56;
}
</style>
background-color css
<style>
a { background-color: #954C56; }
a { background-color: rgb(149,76,86); }
div.DivClassName
{
background-color: #954C56;
}
.BgClassName
{
background-color: #954C56;
}
</style>
border-color css
<style>
span { border-color: #954C56; }
span { border-color: rgb(149,76,86); }
td.TdClassName
{
border-color: #954C56;
}
.TagClassName
{
border-color: #954C56;
}
</style>