Shades of Cadillac #9D466E
Tints of Cadillac #9D466E
RGB
CMYK
RGB Variations
Color information
#9D466E (or 0x9D466E) is known color: Cadillac. HEX triplet: 9D, 46 and 6E. RGB value is (157,70,110). Sum of RGB (Red+Green+Blue) = 157+70+110=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D466E is #62B991. Grayscale: #646464. Windows color (decimal): -6470034 or 7227037. OLE color: 7227037.
HSL color Cylindrical-coordinate representation of color #9D466E: hue angle of 332.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D466E is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 110 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.38 |
| HSL | 332.41º | 0.38% | 0.45% | - |
| HSV(B) | 332.41º | 0.55% | 0.62% | - |
| XYZ | 18.91 | 12.67 | 16.2 | - |
| YUV | 100.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 110 | 0 | 0.55 | 0.30 | 0.38 | 332.41 | 0.38 | 0.45 |
| Hex | 9D | 46 | 6E | 0 | 37 | 1E | 26 | 14C | 26 | 2D |
| Octal | 235 | 106 | 156 | 0 | 67 | 36 | 46 | 514 | 46 | 55 |
| Binary | 10011101 | 1000110 | 1101110 | 0 | 110111 | 11110 | 100110 | 101001100 | 100110 | 101101 |
Color Harmonies of #9D466E
Complementary color
Monochromatic Colors of #9D466E
Black with #9D466E
Text Example
Text Example
White with #9D466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D466E; }
p { color: rgb(157,70,110); }
H1.HeaderClassName
{
color: #9D466E;
}
.AnyTagClassName
{
color: #9D466E;
}
</style>
background-color css
<style>
a { background-color: #9D466E; }
a { background-color: rgb(157,70,110); }
div.DivClassName
{
background-color: #9D466E;
}
.BgClassName
{
background-color: #9D466E;
}
</style>
border-color css
<style>
span { border-color: #9D466E; }
span { border-color: rgb(157,70,110); }
td.TdClassName
{
border-color: #9D466E;
}
.TagClassName
{
border-color: #9D466E;
}
</style>