Shades of Cadillac #95416D
Tints of Cadillac #95416D
RGB
CMYK
RGB Variations
Color information
#95416D (or 0x95416D) is known color: Cadillac. HEX triplet: 95, 41 and 6D. RGB value is (149,65,109). Sum of RGB (Red+Green+Blue) = 149+65+109=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95416D is #6ABE92. Grayscale: #5F5F5F. Windows color (decimal): -6995603 or 7160213. OLE color: 7160213.
HSL color Cylindrical-coordinate representation of color #95416D: hue angle of 328.57º 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 #95416D is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 109 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.42 |
| HSL | 328.57º | 0.39% | 0.42% | - |
| HSV(B) | 328.57º | 0.56% | 0.58% | - |
| XYZ | 17.05 | 11.27 | 15.75 | - |
| YUV | 95.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 109 | 0 | 0.56 | 0.27 | 0.42 | 328.57 | 0.39 | 0.42 |
| Hex | 95 | 41 | 6D | 0 | 38 | 1B | 2A | 149 | 27 | 2A |
| Octal | 225 | 101 | 155 | 0 | 70 | 33 | 52 | 511 | 47 | 52 |
| Binary | 10010101 | 1000001 | 1101101 | 0 | 111000 | 11011 | 101010 | 101001001 | 100111 | 101010 |
Color Harmonies of #95416D
Complementary color
Monochromatic Colors of #95416D
Black with #95416D
Text Example
Text Example
White with #95416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95416D; }
p { color: rgb(149,65,109); }
H1.HeaderClassName
{
color: #95416D;
}
.AnyTagClassName
{
color: #95416D;
}
</style>
background-color css
<style>
a { background-color: #95416D; }
a { background-color: rgb(149,65,109); }
div.DivClassName
{
background-color: #95416D;
}
.BgClassName
{
background-color: #95416D;
}
</style>
border-color css
<style>
span { border-color: #95416D; }
span { border-color: rgb(149,65,109); }
td.TdClassName
{
border-color: #95416D;
}
.TagClassName
{
border-color: #95416D;
}
</style>