Shades of Cadillac #9D4C74
Tints of Cadillac #9D4C74
RGB
CMYK
RGB Variations
Color information
#9D4C74 (or 0x9D4C74) is known color: Cadillac. HEX triplet: 9D, 4C and 74. RGB value is (157,76,116). Sum of RGB (Red+Green+Blue) = 157+76+116=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4C74 is #62B38B. Grayscale: #686868. Windows color (decimal): -6468492 or 7621789. OLE color: 7621789.
HSL color Cylindrical-coordinate representation of color #9D4C74: hue angle of 330.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4C74 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 76 | 116 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.38 |
| HSL | 330.37º | 0.35% | 0.46% | - |
| HSV(B) | 330.37º | 0.52% | 0.62% | - |
| XYZ | 19.64 | 13.6 | 18.11 | - |
| YUV | 104.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 116 | 0 | 0.52 | 0.26 | 0.38 | 330.37 | 0.35 | 0.46 |
| Hex | 9D | 4C | 74 | 0 | 34 | 1A | 26 | 14A | 23 | 2E |
| Octal | 235 | 114 | 164 | 0 | 64 | 32 | 46 | 512 | 43 | 56 |
| Binary | 10011101 | 1001100 | 1110100 | 0 | 110100 | 11010 | 100110 | 101001010 | 100011 | 101110 |
Color Harmonies of #9D4C74
Complementary color
Monochromatic Colors of #9D4C74
Black with #9D4C74
Text Example
Text Example
White with #9D4C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4C74; }
p { color: rgb(157,76,116); }
H1.HeaderClassName
{
color: #9D4C74;
}
.AnyTagClassName
{
color: #9D4C74;
}
</style>
background-color css
<style>
a { background-color: #9D4C74; }
a { background-color: rgb(157,76,116); }
div.DivClassName
{
background-color: #9D4C74;
}
.BgClassName
{
background-color: #9D4C74;
}
</style>
border-color css
<style>
span { border-color: #9D4C74; }
span { border-color: rgb(157,76,116); }
td.TdClassName
{
border-color: #9D4C74;
}
.TagClassName
{
border-color: #9D4C74;
}
</style>