Shades of Cadillac #9D4A69
Tints of Cadillac #9D4A69
RGB
CMYK
RGB Variations
Color information
#9D4A69 (or 0x9D4A69) is known color: Cadillac. HEX triplet: 9D, 4A and 69. RGB value is (157,74,105). Sum of RGB (Red+Green+Blue) = 157+74+105=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4A69 is #62B596. Grayscale: #666666. Windows color (decimal): -6469015 or 6900381. OLE color: 6900381.
HSL color Cylindrical-coordinate representation of color #9D4A69: hue angle of 337.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D4A69 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 74 | 105 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.38 |
| HSL | 337.59º | 0.36% | 0.45% | - |
| HSV(B) | 337.59º | 0.53% | 0.62% | - |
| XYZ | 18.9 | 13.09 | 14.89 | - |
| YUV | 102.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 105 | 0 | 0.53 | 0.33 | 0.38 | 337.59 | 0.36 | 0.45 |
| Hex | 9D | 4A | 69 | 0 | 35 | 21 | 26 | 152 | 24 | 2D |
| Octal | 235 | 112 | 151 | 0 | 65 | 41 | 46 | 522 | 44 | 55 |
| Binary | 10011101 | 1001010 | 1101001 | 0 | 110101 | 100001 | 100110 | 101010010 | 100100 | 101101 |
Color Harmonies of #9D4A69
Complementary color
Monochromatic Colors of #9D4A69
Black with #9D4A69
Text Example
Text Example
White with #9D4A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4A69; }
p { color: rgb(157,74,105); }
H1.HeaderClassName
{
color: #9D4A69;
}
.AnyTagClassName
{
color: #9D4A69;
}
</style>
background-color css
<style>
a { background-color: #9D4A69; }
a { background-color: rgb(157,74,105); }
div.DivClassName
{
background-color: #9D4A69;
}
.BgClassName
{
background-color: #9D4A69;
}
</style>
border-color css
<style>
span { border-color: #9D4A69; }
span { border-color: rgb(157,74,105); }
td.TdClassName
{
border-color: #9D4A69;
}
.TagClassName
{
border-color: #9D4A69;
}
</style>