Shades of Cadillac #9D4366
Tints of Cadillac #9D4366
RGB
CMYK
RGB Variations
Color information
#9D4366 (or 0x9D4366) is known color: Cadillac. HEX triplet: 9D, 43 and 66. RGB value is (157,67,102). Sum of RGB (Red+Green+Blue) = 157+67+102=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4366 is #62BC99. Grayscale: #616161. Windows color (decimal): -6470810 or 6701981. OLE color: 6701981.
HSL color Cylindrical-coordinate representation of color #9D4366: hue angle of 336.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D4366 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 67 | 102 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.38 |
| HSL | 336.67º | 0.4% | 0.44% | - |
| HSV(B) | 336.67º | 0.57% | 0.62% | - |
| XYZ | 18.31 | 12.14 | 13.95 | - |
| YUV | 97.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 67 | 102 | 0 | 0.57 | 0.35 | 0.38 | 336.67 | 0.4 | 0.44 |
| Hex | 9D | 43 | 66 | 0 | 39 | 23 | 26 | 151 | 28 | 2C |
| Octal | 235 | 103 | 146 | 0 | 71 | 43 | 46 | 521 | 50 | 54 |
| Binary | 10011101 | 1000011 | 1100110 | 0 | 111001 | 100011 | 100110 | 101010001 | 101000 | 101100 |
Color Harmonies of #9D4366
Complementary color
Monochromatic Colors of #9D4366
Black with #9D4366
Text Example
Text Example
White with #9D4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4366; }
p { color: rgb(157,67,102); }
H1.HeaderClassName
{
color: #9D4366;
}
.AnyTagClassName
{
color: #9D4366;
}
</style>
background-color css
<style>
a { background-color: #9D4366; }
a { background-color: rgb(157,67,102); }
div.DivClassName
{
background-color: #9D4366;
}
.BgClassName
{
background-color: #9D4366;
}
</style>
border-color css
<style>
span { border-color: #9D4366; }
span { border-color: rgb(157,67,102); }
td.TdClassName
{
border-color: #9D4366;
}
.TagClassName
{
border-color: #9D4366;
}
</style>