Shades of Cadillac #954B66
Tints of Cadillac #954B66
RGB
CMYK
RGB Variations
Color information
#954B66 (or 0x954B66) is known color: Cadillac. HEX triplet: 95, 4B and 66. RGB value is (149,75,102). Sum of RGB (Red+Green+Blue) = 149+75+102=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #954B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B66 is #6AB499. Grayscale: #646464. Windows color (decimal): -6993050 or 6704021. OLE color: 6704021.
HSL color Cylindrical-coordinate representation of color #954B66: hue angle of 338.11º 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 #954B66 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 102 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.42 |
| HSL | 338.11º | 0.33% | 0.44% | - |
| HSV(B) | 338.11º | 0.5% | 0.58% | - |
| XYZ | 17.31 | 12.38 | 14.05 | - |
| YUV | 100.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 102 | 0 | 0.50 | 0.32 | 0.42 | 338.11 | 0.33 | 0.44 |
| Hex | 95 | 4B | 66 | 0 | 32 | 20 | 2A | 152 | 21 | 2C |
| Octal | 225 | 113 | 146 | 0 | 62 | 40 | 52 | 522 | 41 | 54 |
| Binary | 10010101 | 1001011 | 1100110 | 0 | 110010 | 100000 | 101010 | 101010010 | 100001 | 101100 |
Color Harmonies of #954B66
Complementary color
Monochromatic Colors of #954B66
Black with #954B66
Text Example
Text Example
White with #954B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B66; }
p { color: rgb(149,75,102); }
H1.HeaderClassName
{
color: #954B66;
}
.AnyTagClassName
{
color: #954B66;
}
</style>
background-color css
<style>
a { background-color: #954B66; }
a { background-color: rgb(149,75,102); }
div.DivClassName
{
background-color: #954B66;
}
.BgClassName
{
background-color: #954B66;
}
</style>
border-color css
<style>
span { border-color: #954B66; }
span { border-color: rgb(149,75,102); }
td.TdClassName
{
border-color: #954B66;
}
.TagClassName
{
border-color: #954B66;
}
</style>