Shades of Cadillac #9B446F
Tints of Cadillac #9B446F
RGB
CMYK
RGB Variations
Color information
#9B446F (or 0x9B446F) is known color: Cadillac. HEX triplet: 9B, 44 and 6F. RGB value is (155,68,111). Sum of RGB (Red+Green+Blue) = 155+68+111=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B446F is #64BB90. Grayscale: #626262. Windows color (decimal): -6601617 or 7292059. OLE color: 7292059.
HSL color Cylindrical-coordinate representation of color #9B446F: hue angle of 330.34º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B446F is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 111 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.39 |
| HSL | 330.34º | 0.39% | 0.44% | - |
| HSV(B) | 330.34º | 0.56% | 0.61% | - |
| XYZ | 18.45 | 12.25 | 16.43 | - |
| YUV | 98.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 111 | 0 | 0.56 | 0.28 | 0.39 | 330.34 | 0.39 | 0.44 |
| Hex | 9B | 44 | 6F | 0 | 38 | 1C | 27 | 14A | 27 | 2C |
| Octal | 233 | 104 | 157 | 0 | 70 | 34 | 47 | 512 | 47 | 54 |
| Binary | 10011011 | 1000100 | 1101111 | 0 | 111000 | 11100 | 100111 | 101001010 | 100111 | 101100 |
Color Harmonies of #9B446F
Complementary color
Monochromatic Colors of #9B446F
Black with #9B446F
Text Example
Text Example
White with #9B446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B446F; }
p { color: rgb(155,68,111); }
H1.HeaderClassName
{
color: #9B446F;
}
.AnyTagClassName
{
color: #9B446F;
}
</style>
background-color css
<style>
a { background-color: #9B446F; }
a { background-color: rgb(155,68,111); }
div.DivClassName
{
background-color: #9B446F;
}
.BgClassName
{
background-color: #9B446F;
}
</style>
border-color css
<style>
span { border-color: #9B446F; }
span { border-color: rgb(155,68,111); }
td.TdClassName
{
border-color: #9B446F;
}
.TagClassName
{
border-color: #9B446F;
}
</style>