Shades of Cadillac #9D4B5A
Tints of Cadillac #9D4B5A
RGB
CMYK
RGB Variations
Color information
#9D4B5A (or 0x9D4B5A) is known color: Cadillac. HEX triplet: 9D, 4B and 5A. RGB value is (157,75,90). Sum of RGB (Red+Green+Blue) = 157+75+90=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4B5A is #62B4A5. Grayscale: #656565. Windows color (decimal): -6468774 or 5917597. OLE color: 5917597.
HSL color Cylindrical-coordinate representation of color #9D4B5A: hue angle of 349.02º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4B5A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 75 | 90 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.38 |
| HSL | 349.02º | 0.35% | 0.45% | - |
| HSV(B) | 349.02º | 0.52% | 0.62% | - |
| XYZ | 18.27 | 12.94 | 11.21 | - |
| YUV | 101.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 90 | 0 | 0.52 | 0.43 | 0.38 | 349.02 | 0.35 | 0.45 |
| Hex | 9D | 4B | 5A | 0 | 34 | 2B | 26 | 15D | 23 | 2D |
| Octal | 235 | 113 | 132 | 0 | 64 | 53 | 46 | 535 | 43 | 55 |
| Binary | 10011101 | 1001011 | 1011010 | 0 | 110100 | 101011 | 100110 | 101011101 | 100011 | 101101 |
Color Harmonies of #9D4B5A
Complementary color
Monochromatic Colors of #9D4B5A
Black with #9D4B5A
Text Example
Text Example
White with #9D4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4B5A; }
p { color: rgb(157,75,90); }
H1.HeaderClassName
{
color: #9D4B5A;
}
.AnyTagClassName
{
color: #9D4B5A;
}
</style>
background-color css
<style>
a { background-color: #9D4B5A; }
a { background-color: rgb(157,75,90); }
div.DivClassName
{
background-color: #9D4B5A;
}
.BgClassName
{
background-color: #9D4B5A;
}
</style>
border-color css
<style>
span { border-color: #9D4B5A; }
span { border-color: rgb(157,75,90); }
td.TdClassName
{
border-color: #9D4B5A;
}
.TagClassName
{
border-color: #9D4B5A;
}
</style>