Shades of Cadillac #9B476B
Tints of Cadillac #9B476B
RGB
CMYK
RGB Variations
Color information
#9B476B (or 0x9B476B) is known color: Cadillac. HEX triplet: 9B, 47 and 6B. RGB value is (155,71,107). Sum of RGB (Red+Green+Blue) = 155+71+107=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B476B is #64B894. Grayscale: #646464. Windows color (decimal): -6600853 or 7030683. OLE color: 7030683.
HSL color Cylindrical-coordinate representation of color #9B476B: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B476B is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 107 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.39 |
| HSL | 334.29º | 0.37% | 0.44% | - |
| HSV(B) | 334.29º | 0.54% | 0.61% | - |
| XYZ | 18.42 | 12.54 | 15.36 | - |
| YUV | 100.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 107 | 0 | 0.54 | 0.31 | 0.39 | 334.29 | 0.37 | 0.44 |
| Hex | 9B | 47 | 6B | 0 | 36 | 1F | 27 | 14E | 25 | 2C |
| Octal | 233 | 107 | 153 | 0 | 66 | 37 | 47 | 516 | 45 | 54 |
| Binary | 10011011 | 1000111 | 1101011 | 0 | 110110 | 11111 | 100111 | 101001110 | 100101 | 101100 |
Color Harmonies of #9B476B
Complementary color
Monochromatic Colors of #9B476B
Black with #9B476B
Text Example
Text Example
White with #9B476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B476B; }
p { color: rgb(155,71,107); }
H1.HeaderClassName
{
color: #9B476B;
}
.AnyTagClassName
{
color: #9B476B;
}
</style>
background-color css
<style>
a { background-color: #9B476B; }
a { background-color: rgb(155,71,107); }
div.DivClassName
{
background-color: #9B476B;
}
.BgClassName
{
background-color: #9B476B;
}
</style>
border-color css
<style>
span { border-color: #9B476B; }
span { border-color: rgb(155,71,107); }
td.TdClassName
{
border-color: #9B476B;
}
.TagClassName
{
border-color: #9B476B;
}
</style>