Shades of Cadillac #95446F
Tints of Cadillac #95446F
RGB
CMYK
RGB Variations
Color information
#95446F (or 0x95446F) is known color: Cadillac. HEX triplet: 95, 44 and 6F. RGB value is (149,68,111). Sum of RGB (Red+Green+Blue) = 149+68+111=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95446F is #6ABB90. Grayscale: #616161. Windows color (decimal): -6994833 or 7292053. OLE color: 7292053.
HSL color Cylindrical-coordinate representation of color #95446F: hue angle of 328.15º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95446F is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 111 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.42 |
| HSL | 328.15º | 0.37% | 0.43% | - |
| HSV(B) | 328.15º | 0.54% | 0.58% | - |
| XYZ | 17.33 | 11.67 | 16.38 | - |
| YUV | 97.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 111 | 0 | 0.54 | 0.26 | 0.42 | 328.15 | 0.37 | 0.43 |
| Hex | 95 | 44 | 6F | 0 | 36 | 1A | 2A | 148 | 25 | 2B |
| Octal | 225 | 104 | 157 | 0 | 66 | 32 | 52 | 510 | 45 | 53 |
| Binary | 10010101 | 1000100 | 1101111 | 0 | 110110 | 11010 | 101010 | 101001000 | 100101 | 101011 |
Color Harmonies of #95446F
Complementary color
Monochromatic Colors of #95446F
Black with #95446F
Text Example
Text Example
White with #95446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95446F; }
p { color: rgb(149,68,111); }
H1.HeaderClassName
{
color: #95446F;
}
.AnyTagClassName
{
color: #95446F;
}
</style>
background-color css
<style>
a { background-color: #95446F; }
a { background-color: rgb(149,68,111); }
div.DivClassName
{
background-color: #95446F;
}
.BgClassName
{
background-color: #95446F;
}
</style>
border-color css
<style>
span { border-color: #95446F; }
span { border-color: rgb(149,68,111); }
td.TdClassName
{
border-color: #95446F;
}
.TagClassName
{
border-color: #95446F;
}
</style>