Shades of Cadillac #9B4672
Tints of Cadillac #9B4672
RGB
CMYK
RGB Variations
Color information
#9B4672 (or 0x9B4672) is known color: Cadillac. HEX triplet: 9B, 46 and 72. RGB value is (155,70,114). Sum of RGB (Red+Green+Blue) = 155+70+114=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4672 is #64B98D. Grayscale: #646464. Windows color (decimal): -6601102 or 7489179. OLE color: 7489179.
HSL color Cylindrical-coordinate representation of color #9B4672: hue angle of 328.94º 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 #9B4672 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 114 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.39 |
| HSL | 328.94º | 0.38% | 0.44% | - |
| HSV(B) | 328.94º | 0.55% | 0.61% | - |
| XYZ | 18.74 | 12.56 | 17.36 | - |
| YUV | 100.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 114 | 0 | 0.55 | 0.26 | 0.39 | 328.94 | 0.38 | 0.44 |
| Hex | 9B | 46 | 72 | 0 | 37 | 1A | 27 | 149 | 26 | 2C |
| Octal | 233 | 106 | 162 | 0 | 67 | 32 | 47 | 511 | 46 | 54 |
| Binary | 10011011 | 1000110 | 1110010 | 0 | 110111 | 11010 | 100111 | 101001001 | 100110 | 101100 |
Color Harmonies of #9B4672
Complementary color
Monochromatic Colors of #9B4672
Black with #9B4672
Text Example
Text Example
White with #9B4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4672; }
p { color: rgb(155,70,114); }
H1.HeaderClassName
{
color: #9B4672;
}
.AnyTagClassName
{
color: #9B4672;
}
</style>
background-color css
<style>
a { background-color: #9B4672; }
a { background-color: rgb(155,70,114); }
div.DivClassName
{
background-color: #9B4672;
}
.BgClassName
{
background-color: #9B4672;
}
</style>
border-color css
<style>
span { border-color: #9B4672; }
span { border-color: rgb(155,70,114); }
td.TdClassName
{
border-color: #9B4672;
}
.TagClassName
{
border-color: #9B4672;
}
</style>