Shades of Cadillac #9B485E
Tints of Cadillac #9B485E
RGB
CMYK
RGB Variations
Color information
#9B485E (or 0x9B485E) is known color: Cadillac. HEX triplet: 9B, 48 and 5E. RGB value is (155,72,94). Sum of RGB (Red+Green+Blue) = 155+72+94=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B485E is #64B7A1. Grayscale: #636363. Windows color (decimal): -6600610 or 6178971. OLE color: 6178971.
HSL color Cylindrical-coordinate representation of color #9B485E: hue angle of 344.1º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B485E is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 72 | 94 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.39 |
| HSL | 344.1º | 0.37% | 0.45% | - |
| HSV(B) | 344.1º | 0.54% | 0.61% | - |
| XYZ | 17.86 | 12.41 | 12.04 | - |
| YUV | 99.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 72 | 94 | 0 | 0.54 | 0.39 | 0.39 | 344.1 | 0.37 | 0.45 |
| Hex | 9B | 48 | 5E | 0 | 36 | 27 | 27 | 158 | 25 | 2D |
| Octal | 233 | 110 | 136 | 0 | 66 | 47 | 47 | 530 | 45 | 55 |
| Binary | 10011011 | 1001000 | 1011110 | 0 | 110110 | 100111 | 100111 | 101011000 | 100101 | 101101 |
Color Harmonies of #9B485E
Complementary color
Monochromatic Colors of #9B485E
Black with #9B485E
Text Example
Text Example
White with #9B485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B485E; }
p { color: rgb(155,72,94); }
H1.HeaderClassName
{
color: #9B485E;
}
.AnyTagClassName
{
color: #9B485E;
}
</style>
background-color css
<style>
a { background-color: #9B485E; }
a { background-color: rgb(155,72,94); }
div.DivClassName
{
background-color: #9B485E;
}
.BgClassName
{
background-color: #9B485E;
}
</style>
border-color css
<style>
span { border-color: #9B485E; }
span { border-color: rgb(155,72,94); }
td.TdClassName
{
border-color: #9B485E;
}
.TagClassName
{
border-color: #9B485E;
}
</style>