Shades of Cadillac #9D465B
Tints of Cadillac #9D465B
RGB
CMYK
RGB Variations
Color information
#9D465B (or 0x9D465B) is known color: Cadillac. HEX triplet: 9D, 46 and 5B. RGB value is (157,70,91). Sum of RGB (Red+Green+Blue) = 157+70+91=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D465B is #62B9A4. Grayscale: #626262. Windows color (decimal): -6470053 or 5981853. OLE color: 5981853.
HSL color Cylindrical-coordinate representation of color #9D465B: hue angle of 345.52º 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 #9D465B is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 91 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.38 |
| HSL | 345.52º | 0.38% | 0.45% | - |
| HSV(B) | 345.52º | 0.55% | 0.62% | - |
| XYZ | 17.98 | 12.3 | 11.32 | - |
| YUV | 98.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 91 | 0 | 0.55 | 0.42 | 0.38 | 345.52 | 0.38 | 0.45 |
| Hex | 9D | 46 | 5B | 0 | 37 | 2A | 26 | 15A | 26 | 2D |
| Octal | 235 | 106 | 133 | 0 | 67 | 52 | 46 | 532 | 46 | 55 |
| Binary | 10011101 | 1000110 | 1011011 | 0 | 110111 | 101010 | 100110 | 101011010 | 100110 | 101101 |
Color Harmonies of #9D465B
Complementary color
Monochromatic Colors of #9D465B
Black with #9D465B
Text Example
Text Example
White with #9D465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D465B; }
p { color: rgb(157,70,91); }
H1.HeaderClassName
{
color: #9D465B;
}
.AnyTagClassName
{
color: #9D465B;
}
</style>
background-color css
<style>
a { background-color: #9D465B; }
a { background-color: rgb(157,70,91); }
div.DivClassName
{
background-color: #9D465B;
}
.BgClassName
{
background-color: #9D465B;
}
</style>
border-color css
<style>
span { border-color: #9D465B; }
span { border-color: rgb(157,70,91); }
td.TdClassName
{
border-color: #9D465B;
}
.TagClassName
{
border-color: #9D465B;
}
</style>