Shades of Cadillac #95406C
Tints of Cadillac #95406C
RGB
CMYK
RGB Variations
Color information
#95406C (or 0x95406C) is known color: Cadillac. HEX triplet: 95, 40 and 6C. RGB value is (149,64,108). Sum of RGB (Red+Green+Blue) = 149+64+108=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95406C is #6ABF93. Grayscale: #5E5E5E. Windows color (decimal): -6995860 or 7094421. OLE color: 7094421.
HSL color Cylindrical-coordinate representation of color #95406C: hue angle of 328.94º 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 #95406C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 108 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.42 |
| HSL | 328.94º | 0.4% | 0.42% | - |
| HSV(B) | 328.94º | 0.57% | 0.58% | - |
| XYZ | 16.93 | 11.14 | 15.44 | - |
| YUV | 94.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 108 | 0 | 0.57 | 0.28 | 0.42 | 328.94 | 0.4 | 0.42 |
| Hex | 95 | 40 | 6C | 0 | 39 | 1C | 2A | 149 | 28 | 2A |
| Octal | 225 | 100 | 154 | 0 | 71 | 34 | 52 | 511 | 50 | 52 |
| Binary | 10010101 | 1000000 | 1101100 | 0 | 111001 | 11100 | 101010 | 101001001 | 101000 | 101010 |
Color Harmonies of #95406C
Complementary color
Monochromatic Colors of #95406C
Black with #95406C
Text Example
Text Example
White with #95406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95406C; }
p { color: rgb(149,64,108); }
H1.HeaderClassName
{
color: #95406C;
}
.AnyTagClassName
{
color: #95406C;
}
</style>
background-color css
<style>
a { background-color: #95406C; }
a { background-color: rgb(149,64,108); }
div.DivClassName
{
background-color: #95406C;
}
.BgClassName
{
background-color: #95406C;
}
</style>
border-color css
<style>
span { border-color: #95406C; }
span { border-color: rgb(149,64,108); }
td.TdClassName
{
border-color: #95406C;
}
.TagClassName
{
border-color: #95406C;
}
</style>