Shades of Cadillac #9D4E6F
Tints of Cadillac #9D4E6F
RGB
CMYK
RGB Variations
Color information
#9D4E6F (or 0x9D4E6F) is known color: Cadillac. HEX triplet: 9D, 4E and 6F. RGB value is (157,78,111). Sum of RGB (Red+Green+Blue) = 157+78+111=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E6F is #62B190. Grayscale: #696969. Windows color (decimal): -6467985 or 7294621. OLE color: 7294621.
HSL color Cylindrical-coordinate representation of color #9D4E6F: hue angle of 334.94º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E6F is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 111 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.38 |
| HSL | 334.94º | 0.34% | 0.46% | - |
| HSV(B) | 334.94º | 0.5% | 0.62% | - |
| XYZ | 19.5 | 13.76 | 16.67 | - |
| YUV | 105.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 111 | 0 | 0.50 | 0.29 | 0.38 | 334.94 | 0.34 | 0.46 |
| Hex | 9D | 4E | 6F | 0 | 32 | 1D | 26 | 14F | 22 | 2E |
| Octal | 235 | 116 | 157 | 0 | 62 | 35 | 46 | 517 | 42 | 56 |
| Binary | 10011101 | 1001110 | 1101111 | 0 | 110010 | 11101 | 100110 | 101001111 | 100010 | 101110 |
Color Harmonies of #9D4E6F
Complementary color
Monochromatic Colors of #9D4E6F
Black with #9D4E6F
Text Example
Text Example
White with #9D4E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E6F; }
p { color: rgb(157,78,111); }
H1.HeaderClassName
{
color: #9D4E6F;
}
.AnyTagClassName
{
color: #9D4E6F;
}
</style>
background-color css
<style>
a { background-color: #9D4E6F; }
a { background-color: rgb(157,78,111); }
div.DivClassName
{
background-color: #9D4E6F;
}
.BgClassName
{
background-color: #9D4E6F;
}
</style>
border-color css
<style>
span { border-color: #9D4E6F; }
span { border-color: rgb(157,78,111); }
td.TdClassName
{
border-color: #9D4E6F;
}
.TagClassName
{
border-color: #9D4E6F;
}
</style>