Shades of Cadillac #9B4366
Tints of Cadillac #9B4366
RGB
CMYK
RGB Variations
Color information
#9B4366 (or 0x9B4366) is known color: Cadillac. HEX triplet: 9B, 43 and 66. RGB value is (155,67,102). Sum of RGB (Red+Green+Blue) = 155+67+102=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4366 is #64BC99. Grayscale: #616161. Windows color (decimal): -6601882 or 6701979. OLE color: 6701979.
HSL color Cylindrical-coordinate representation of color #9B4366: hue angle of 336.14º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B4366 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 67 | 102 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.39 |
| HSL | 336.14º | 0.4% | 0.44% | - |
| HSV(B) | 336.14º | 0.57% | 0.61% | - |
| XYZ | 17.92 | 11.94 | 13.93 | - |
| YUV | 97.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 102 | 0 | 0.57 | 0.34 | 0.39 | 336.14 | 0.4 | 0.44 |
| Hex | 9B | 43 | 66 | 0 | 39 | 22 | 27 | 150 | 28 | 2C |
| Octal | 233 | 103 | 146 | 0 | 71 | 42 | 47 | 520 | 50 | 54 |
| Binary | 10011011 | 1000011 | 1100110 | 0 | 111001 | 100010 | 100111 | 101010000 | 101000 | 101100 |
Color Harmonies of #9B4366
Complementary color
Monochromatic Colors of #9B4366
Black with #9B4366
Text Example
Text Example
White with #9B4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4366; }
p { color: rgb(155,67,102); }
H1.HeaderClassName
{
color: #9B4366;
}
.AnyTagClassName
{
color: #9B4366;
}
</style>
background-color css
<style>
a { background-color: #9B4366; }
a { background-color: rgb(155,67,102); }
div.DivClassName
{
background-color: #9B4366;
}
.BgClassName
{
background-color: #9B4366;
}
</style>
border-color css
<style>
span { border-color: #9B4366; }
span { border-color: rgb(155,67,102); }
td.TdClassName
{
border-color: #9B4366;
}
.TagClassName
{
border-color: #9B4366;
}
</style>