Shades of Cadillac #9D465F
Tints of Cadillac #9D465F
RGB
CMYK
RGB Variations
Color information
#9D465F (or 0x9D465F) is known color: Cadillac. HEX triplet: 9D, 46 and 5F. RGB value is (157,70,95). Sum of RGB (Red+Green+Blue) = 157+70+95=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D465F is #62B9A0. Grayscale: #626262. Windows color (decimal): -6470049 or 6243997. OLE color: 6243997.
HSL color Cylindrical-coordinate representation of color #9D465F: hue angle of 342.76º 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 #9D465F is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 95 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.38 |
| HSL | 342.76º | 0.38% | 0.45% | - |
| HSV(B) | 342.76º | 0.55% | 0.62% | - |
| XYZ | 18.16 | 12.37 | 12.26 | - |
| YUV | 98.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 95 | 0 | 0.55 | 0.39 | 0.38 | 342.76 | 0.38 | 0.45 |
| Hex | 9D | 46 | 5F | 0 | 37 | 27 | 26 | 157 | 26 | 2D |
| Octal | 235 | 106 | 137 | 0 | 67 | 47 | 46 | 527 | 46 | 55 |
| Binary | 10011101 | 1000110 | 1011111 | 0 | 110111 | 100111 | 100110 | 101010111 | 100110 | 101101 |
Color Harmonies of #9D465F
Complementary color
Monochromatic Colors of #9D465F
Black with #9D465F
Text Example
Text Example
White with #9D465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D465F; }
p { color: rgb(157,70,95); }
H1.HeaderClassName
{
color: #9D465F;
}
.AnyTagClassName
{
color: #9D465F;
}
</style>
background-color css
<style>
a { background-color: #9D465F; }
a { background-color: rgb(157,70,95); }
div.DivClassName
{
background-color: #9D465F;
}
.BgClassName
{
background-color: #9D465F;
}
</style>
border-color css
<style>
span { border-color: #9D465F; }
span { border-color: rgb(157,70,95); }
td.TdClassName
{
border-color: #9D465F;
}
.TagClassName
{
border-color: #9D465F;
}
</style>