Shades of Cadillac #954076
Tints of Cadillac #954076
RGB
CMYK
RGB Variations
Color information
#954076 (or 0x954076) is known color: Cadillac. HEX triplet: 95, 40 and 76. RGB value is (149,64,118). Sum of RGB (Red+Green+Blue) = 149+64+118=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #954076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954076 is #6ABF89. Grayscale: #5F5F5F. Windows color (decimal): -6995850 or 7749781. OLE color: 7749781.
HSL color Cylindrical-coordinate representation of color #954076: hue angle of 321.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954076 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 118 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.42 |
| HSL | 321.88º | 0.4% | 0.42% | - |
| HSV(B) | 321.88º | 0.57% | 0.58% | - |
| XYZ | 17.5 | 11.36 | 18.41 | - |
| YUV | 95.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 118 | 0 | 0.57 | 0.21 | 0.42 | 321.88 | 0.4 | 0.42 |
| Hex | 95 | 40 | 76 | 0 | 39 | 15 | 2A | 142 | 28 | 2A |
| Octal | 225 | 100 | 166 | 0 | 71 | 25 | 52 | 502 | 50 | 52 |
| Binary | 10010101 | 1000000 | 1110110 | 0 | 111001 | 10101 | 101010 | 101000010 | 101000 | 101010 |
Color Harmonies of #954076
Complementary color
Monochromatic Colors of #954076
Black with #954076
Text Example
Text Example
White with #954076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954076; }
p { color: rgb(149,64,118); }
H1.HeaderClassName
{
color: #954076;
}
.AnyTagClassName
{
color: #954076;
}
</style>
background-color css
<style>
a { background-color: #954076; }
a { background-color: rgb(149,64,118); }
div.DivClassName
{
background-color: #954076;
}
.BgClassName
{
background-color: #954076;
}
</style>
border-color css
<style>
span { border-color: #954076; }
span { border-color: rgb(149,64,118); }
td.TdClassName
{
border-color: #954076;
}
.TagClassName
{
border-color: #954076;
}
</style>