Shades of Cadillac #95416C
Tints of Cadillac #95416C
RGB
CMYK
RGB Variations
Color information
#95416C (or 0x95416C) is known color: Cadillac. HEX triplet: 95, 41 and 6C. RGB value is (149,65,108). Sum of RGB (Red+Green+Blue) = 149+65+108=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95416C is #6ABE93. Grayscale: #5E5E5E. Windows color (decimal): -6995604 or 7094677. OLE color: 7094677.
HSL color Cylindrical-coordinate representation of color #95416C: hue angle of 329.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95416C is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 108 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.42 |
| HSL | 329.29º | 0.39% | 0.42% | - |
| HSV(B) | 329.29º | 0.56% | 0.58% | - |
| XYZ | 16.99 | 11.25 | 15.46 | - |
| YUV | 95.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 108 | 0 | 0.56 | 0.28 | 0.42 | 329.29 | 0.39 | 0.42 |
| Hex | 95 | 41 | 6C | 0 | 38 | 1C | 2A | 149 | 27 | 2A |
| Octal | 225 | 101 | 154 | 0 | 70 | 34 | 52 | 511 | 47 | 52 |
| Binary | 10010101 | 1000001 | 1101100 | 0 | 111000 | 11100 | 101010 | 101001001 | 100111 | 101010 |
Color Harmonies of #95416C
Complementary color
Monochromatic Colors of #95416C
Black with #95416C
Text Example
Text Example
White with #95416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95416C; }
p { color: rgb(149,65,108); }
H1.HeaderClassName
{
color: #95416C;
}
.AnyTagClassName
{
color: #95416C;
}
</style>
background-color css
<style>
a { background-color: #95416C; }
a { background-color: rgb(149,65,108); }
div.DivClassName
{
background-color: #95416C;
}
.BgClassName
{
background-color: #95416C;
}
</style>
border-color css
<style>
span { border-color: #95416C; }
span { border-color: rgb(149,65,108); }
td.TdClassName
{
border-color: #95416C;
}
.TagClassName
{
border-color: #95416C;
}
</style>