Shades of Cadillac #95406F
Tints of Cadillac #95406F
RGB
CMYK
RGB Variations
Color information
#95406F (or 0x95406F) is known color: Cadillac. HEX triplet: 95, 40 and 6F. RGB value is (149,64,111). Sum of RGB (Red+Green+Blue) = 149+64+111=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95406F is #6ABF90. Grayscale: #5E5E5E. Windows color (decimal): -6995857 or 7291029. OLE color: 7291029.
HSL color Cylindrical-coordinate representation of color #95406F: hue angle of 326.82º 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 #95406F is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 111 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.42 |
| HSL | 326.82º | 0.4% | 0.42% | - |
| HSV(B) | 326.82º | 0.57% | 0.58% | - |
| XYZ | 17.1 | 11.2 | 16.3 | - |
| YUV | 94.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 111 | 0 | 0.57 | 0.26 | 0.42 | 326.82 | 0.4 | 0.42 |
| Hex | 95 | 40 | 6F | 0 | 39 | 1A | 2A | 147 | 28 | 2A |
| Octal | 225 | 100 | 157 | 0 | 71 | 32 | 52 | 507 | 50 | 52 |
| Binary | 10010101 | 1000000 | 1101111 | 0 | 111001 | 11010 | 101010 | 101000111 | 101000 | 101010 |
Color Harmonies of #95406F
Complementary color
Monochromatic Colors of #95406F
Black with #95406F
Text Example
Text Example
White with #95406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95406F; }
p { color: rgb(149,64,111); }
H1.HeaderClassName
{
color: #95406F;
}
.AnyTagClassName
{
color: #95406F;
}
</style>
background-color css
<style>
a { background-color: #95406F; }
a { background-color: rgb(149,64,111); }
div.DivClassName
{
background-color: #95406F;
}
.BgClassName
{
background-color: #95406F;
}
</style>
border-color css
<style>
span { border-color: #95406F; }
span { border-color: rgb(149,64,111); }
td.TdClassName
{
border-color: #95406F;
}
.TagClassName
{
border-color: #95406F;
}
</style>