Shades of Cadillac #95466E
Tints of Cadillac #95466E
RGB
CMYK
RGB Variations
Color information
#95466E (or 0x95466E) is known color: Cadillac. HEX triplet: 95, 46 and 6E. RGB value is (149,70,110). Sum of RGB (Red+Green+Blue) = 149+70+110=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95466E is #6AB991. Grayscale: #626262. Windows color (decimal): -6994322 or 7227029. OLE color: 7227029.
HSL color Cylindrical-coordinate representation of color #95466E: hue angle of 329.62º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95466E is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 110 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.42 |
| HSL | 329.62º | 0.36% | 0.43% | - |
| HSV(B) | 329.62º | 0.53% | 0.58% | - |
| XYZ | 17.4 | 11.9 | 16.13 | - |
| YUV | 98.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 110 | 0 | 0.53 | 0.26 | 0.42 | 329.62 | 0.36 | 0.43 |
| Hex | 95 | 46 | 6E | 0 | 35 | 1A | 2A | 14A | 24 | 2B |
| Octal | 225 | 106 | 156 | 0 | 65 | 32 | 52 | 512 | 44 | 53 |
| Binary | 10010101 | 1000110 | 1101110 | 0 | 110101 | 11010 | 101010 | 101001010 | 100100 | 101011 |
Color Harmonies of #95466E
Complementary color
Monochromatic Colors of #95466E
Black with #95466E
Text Example
Text Example
White with #95466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95466E; }
p { color: rgb(149,70,110); }
H1.HeaderClassName
{
color: #95466E;
}
.AnyTagClassName
{
color: #95466E;
}
</style>
background-color css
<style>
a { background-color: #95466E; }
a { background-color: rgb(149,70,110); }
div.DivClassName
{
background-color: #95466E;
}
.BgClassName
{
background-color: #95466E;
}
</style>
border-color css
<style>
span { border-color: #95466E; }
span { border-color: rgb(149,70,110); }
td.TdClassName
{
border-color: #95466E;
}
.TagClassName
{
border-color: #95466E;
}
</style>