Shades of Cadillac #9B466B
Tints of Cadillac #9B466B
RGB
CMYK
RGB Variations
Color information
#9B466B (or 0x9B466B) is known color: Cadillac. HEX triplet: 9B, 46 and 6B. RGB value is (155,70,107). Sum of RGB (Red+Green+Blue) = 155+70+107=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B466B is #64B994. Grayscale: #636363. Windows color (decimal): -6601109 or 7030427. OLE color: 7030427.
HSL color Cylindrical-coordinate representation of color #9B466B: hue angle of 333.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B466B is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 107 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.39 |
| HSL | 333.88º | 0.38% | 0.44% | - |
| HSV(B) | 333.88º | 0.55% | 0.61% | - |
| XYZ | 18.36 | 12.41 | 15.34 | - |
| YUV | 99.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 107 | 0 | 0.55 | 0.31 | 0.39 | 333.88 | 0.38 | 0.44 |
| Hex | 9B | 46 | 6B | 0 | 37 | 1F | 27 | 14E | 26 | 2C |
| Octal | 233 | 106 | 153 | 0 | 67 | 37 | 47 | 516 | 46 | 54 |
| Binary | 10011011 | 1000110 | 1101011 | 0 | 110111 | 11111 | 100111 | 101001110 | 100110 | 101100 |
Color Harmonies of #9B466B
Complementary color
Monochromatic Colors of #9B466B
Black with #9B466B
Text Example
Text Example
White with #9B466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B466B; }
p { color: rgb(155,70,107); }
H1.HeaderClassName
{
color: #9B466B;
}
.AnyTagClassName
{
color: #9B466B;
}
</style>
background-color css
<style>
a { background-color: #9B466B; }
a { background-color: rgb(155,70,107); }
div.DivClassName
{
background-color: #9B466B;
}
.BgClassName
{
background-color: #9B466B;
}
</style>
border-color css
<style>
span { border-color: #9B466B; }
span { border-color: rgb(155,70,107); }
td.TdClassName
{
border-color: #9B466B;
}
.TagClassName
{
border-color: #9B466B;
}
</style>