Shades of Cadillac #9B4963
Tints of Cadillac #9B4963
RGB
CMYK
RGB Variations
Color information
#9B4963 (or 0x9B4963) is known color: Cadillac. HEX triplet: 9B, 49 and 63. RGB value is (155,73,99). Sum of RGB (Red+Green+Blue) = 155+73+99=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4963 is #64B69C. Grayscale: #646464. Windows color (decimal): -6600349 or 6506907. OLE color: 6506907.
HSL color Cylindrical-coordinate representation of color #9B4963: hue angle of 340.98º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4963 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 99 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.39 |
| HSL | 340.98º | 0.36% | 0.45% | - |
| HSV(B) | 340.98º | 0.53% | 0.61% | - |
| XYZ | 18.15 | 12.63 | 13.29 | - |
| YUV | 100.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 99 | 0 | 0.53 | 0.36 | 0.39 | 340.98 | 0.36 | 0.45 |
| Hex | 9B | 49 | 63 | 0 | 35 | 24 | 27 | 155 | 24 | 2D |
| Octal | 233 | 111 | 143 | 0 | 65 | 44 | 47 | 525 | 44 | 55 |
| Binary | 10011011 | 1001001 | 1100011 | 0 | 110101 | 100100 | 100111 | 101010101 | 100100 | 101101 |
Color Harmonies of #9B4963
Complementary color
Monochromatic Colors of #9B4963
Black with #9B4963
Text Example
Text Example
White with #9B4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4963; }
p { color: rgb(155,73,99); }
H1.HeaderClassName
{
color: #9B4963;
}
.AnyTagClassName
{
color: #9B4963;
}
</style>
background-color css
<style>
a { background-color: #9B4963; }
a { background-color: rgb(155,73,99); }
div.DivClassName
{
background-color: #9B4963;
}
.BgClassName
{
background-color: #9B4963;
}
</style>
border-color css
<style>
span { border-color: #9B4963; }
span { border-color: rgb(155,73,99); }
td.TdClassName
{
border-color: #9B4963;
}
.TagClassName
{
border-color: #9B4963;
}
</style>