Shades of Cadillac #954B56
Tints of Cadillac #954B56
RGB
CMYK
RGB Variations
Color information
#954B56 (or 0x954B56) is known color: Cadillac. HEX triplet: 95, 4B and 56. RGB value is (149,75,86). Sum of RGB (Red+Green+Blue) = 149+75+86=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #954B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B56 is #6AB4A9. Grayscale: #626262. Windows color (decimal): -6993066 or 5655445. OLE color: 5655445.
HSL color Cylindrical-coordinate representation of color #954B56: hue angle of 351.08º 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 #954B56 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 86 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.42 |
| HSL | 351.08º | 0.33% | 0.44% | - |
| HSV(B) | 351.08º | 0.5% | 0.58% | - |
| XYZ | 16.59 | 12.09 | 10.26 | - |
| YUV | 98.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 86 | 0 | 0.50 | 0.42 | 0.42 | 351.08 | 0.33 | 0.44 |
| Hex | 95 | 4B | 56 | 0 | 32 | 2A | 2A | 15F | 21 | 2C |
| Octal | 225 | 113 | 126 | 0 | 62 | 52 | 52 | 537 | 41 | 54 |
| Binary | 10010101 | 1001011 | 1010110 | 0 | 110010 | 101010 | 101010 | 101011111 | 100001 | 101100 |
Color Harmonies of #954B56
Complementary color
Monochromatic Colors of #954B56
Black with #954B56
Text Example
Text Example
White with #954B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B56; }
p { color: rgb(149,75,86); }
H1.HeaderClassName
{
color: #954B56;
}
.AnyTagClassName
{
color: #954B56;
}
</style>
background-color css
<style>
a { background-color: #954B56; }
a { background-color: rgb(149,75,86); }
div.DivClassName
{
background-color: #954B56;
}
.BgClassName
{
background-color: #954B56;
}
</style>
border-color css
<style>
span { border-color: #954B56; }
span { border-color: rgb(149,75,86); }
td.TdClassName
{
border-color: #954B56;
}
.TagClassName
{
border-color: #954B56;
}
</style>