Shades of Cadillac #9D4569
Tints of Cadillac #9D4569
RGB
CMYK
RGB Variations
Color information
#9D4569 (or 0x9D4569) is known color: Cadillac. HEX triplet: 9D, 45 and 69. RGB value is (157,69,105). Sum of RGB (Red+Green+Blue) = 157+69+105=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4569 is #62BA96. Grayscale: #636363. Windows color (decimal): -6470295 or 6899101. OLE color: 6899101.
HSL color Cylindrical-coordinate representation of color #9D4569: hue angle of 335.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4569 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 105 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.38 |
| HSL | 335.45º | 0.39% | 0.44% | - |
| HSV(B) | 335.45º | 0.56% | 0.62% | - |
| XYZ | 18.58 | 12.44 | 14.79 | - |
| YUV | 99.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 105 | 0 | 0.56 | 0.33 | 0.38 | 335.45 | 0.39 | 0.44 |
| Hex | 9D | 45 | 69 | 0 | 38 | 21 | 26 | 14F | 27 | 2C |
| Octal | 235 | 105 | 151 | 0 | 70 | 41 | 46 | 517 | 47 | 54 |
| Binary | 10011101 | 1000101 | 1101001 | 0 | 111000 | 100001 | 100110 | 101001111 | 100111 | 101100 |
Color Harmonies of #9D4569
Complementary color
Monochromatic Colors of #9D4569
Black with #9D4569
Text Example
Text Example
White with #9D4569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4569; }
p { color: rgb(157,69,105); }
H1.HeaderClassName
{
color: #9D4569;
}
.AnyTagClassName
{
color: #9D4569;
}
</style>
background-color css
<style>
a { background-color: #9D4569; }
a { background-color: rgb(157,69,105); }
div.DivClassName
{
background-color: #9D4569;
}
.BgClassName
{
background-color: #9D4569;
}
</style>
border-color css
<style>
span { border-color: #9D4569; }
span { border-color: rgb(157,69,105); }
td.TdClassName
{
border-color: #9D4569;
}
.TagClassName
{
border-color: #9D4569;
}
</style>