Shades of Cadillac #9F465B
Tints of Cadillac #9F465B
RGB
CMYK
RGB Variations
Color information
#9F465B (or 0x9F465B) is known color: Cadillac. HEX triplet: 9F, 46 and 5B. RGB value is (159,70,91). Sum of RGB (Red+Green+Blue) = 159+70+91=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F465B is #60B9A4. Grayscale: #636363. Windows color (decimal): -6338981 or 5981855. OLE color: 5981855.
HSL color Cylindrical-coordinate representation of color #9F465B: hue angle of 345.84º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F465B is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 91 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.38 |
| HSL | 345.84º | 0.39% | 0.45% | - |
| HSV(B) | 345.84º | 0.56% | 0.62% | - |
| XYZ | 18.38 | 12.51 | 11.34 | - |
| YUV | 99.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 91 | 0 | 0.56 | 0.43 | 0.38 | 345.84 | 0.39 | 0.45 |
| Hex | 9F | 46 | 5B | 0 | 38 | 2B | 26 | 15A | 27 | 2D |
| Octal | 237 | 106 | 133 | 0 | 70 | 53 | 46 | 532 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1011011 | 0 | 111000 | 101011 | 100110 | 101011010 | 100111 | 101101 |
Color Harmonies of #9F465B
Complementary color
Monochromatic Colors of #9F465B
Black with #9F465B
Text Example
Text Example
White with #9F465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F465B; }
p { color: rgb(159,70,91); }
H1.HeaderClassName
{
color: #9F465B;
}
.AnyTagClassName
{
color: #9F465B;
}
</style>
background-color css
<style>
a { background-color: #9F465B; }
a { background-color: rgb(159,70,91); }
div.DivClassName
{
background-color: #9F465B;
}
.BgClassName
{
background-color: #9F465B;
}
</style>
border-color css
<style>
span { border-color: #9F465B; }
span { border-color: rgb(159,70,91); }
td.TdClassName
{
border-color: #9F465B;
}
.TagClassName
{
border-color: #9F465B;
}
</style>