Shades of Cadillac #9D405E
Tints of Cadillac #9D405E
RGB
CMYK
RGB Variations
Color information
#9D405E (or 0x9D405E) is known color: Cadillac. HEX triplet: 9D, 40 and 5E. RGB value is (157,64,94). Sum of RGB (Red+Green+Blue) = 157+64+94=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D405E is #62BFA1. Grayscale: #5F5F5F. Windows color (decimal): -6471586 or 6176925. OLE color: 6176925.
HSL color Cylindrical-coordinate representation of color #9D405E: hue angle of 340.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D405E is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 64 | 94 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.38 |
| HSL | 340.65º | 0.42% | 0.43% | - |
| HSV(B) | 340.65º | 0.59% | 0.62% | - |
| XYZ | 17.76 | 11.64 | 11.9 | - |
| YUV | 95.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 94 | 0 | 0.59 | 0.40 | 0.38 | 340.65 | 0.42 | 0.43 |
| Hex | 9D | 40 | 5E | 0 | 3B | 28 | 26 | 155 | 2A | 2B |
| Octal | 235 | 100 | 136 | 0 | 73 | 50 | 46 | 525 | 52 | 53 |
| Binary | 10011101 | 1000000 | 1011110 | 0 | 111011 | 101000 | 100110 | 101010101 | 101010 | 101011 |
Color Harmonies of #9D405E
Complementary color
Monochromatic Colors of #9D405E
Black with #9D405E
Text Example
Text Example
White with #9D405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D405E; }
p { color: rgb(157,64,94); }
H1.HeaderClassName
{
color: #9D405E;
}
.AnyTagClassName
{
color: #9D405E;
}
</style>
background-color css
<style>
a { background-color: #9D405E; }
a { background-color: rgb(157,64,94); }
div.DivClassName
{
background-color: #9D405E;
}
.BgClassName
{
background-color: #9D405E;
}
</style>
border-color css
<style>
span { border-color: #9D405E; }
span { border-color: rgb(157,64,94); }
td.TdClassName
{
border-color: #9D405E;
}
.TagClassName
{
border-color: #9D405E;
}
</style>