Shades of Cadillac #9B4169
Tints of Cadillac #9B4169
RGB
CMYK
RGB Variations
Color information
#9B4169 (or 0x9B4169) is known color: Cadillac. HEX triplet: 9B, 41 and 69. RGB value is (155,65,105). Sum of RGB (Red+Green+Blue) = 155+65+105=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4169 is #64BE96. Grayscale: #606060. Windows color (decimal): -6602391 or 6898075. OLE color: 6898075.
HSL color Cylindrical-coordinate representation of color #9B4169: hue angle of 333.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B4169 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 65 | 105 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.39 |
| HSL | 333.33º | 0.41% | 0.43% | - |
| HSV(B) | 333.33º | 0.58% | 0.61% | - |
| XYZ | 17.96 | 11.77 | 14.69 | - |
| YUV | 96.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 65 | 105 | 0 | 0.58 | 0.32 | 0.39 | 333.33 | 0.41 | 0.43 |
| Hex | 9B | 41 | 69 | 0 | 3A | 20 | 27 | 14D | 29 | 2B |
| Octal | 233 | 101 | 151 | 0 | 72 | 40 | 47 | 515 | 51 | 53 |
| Binary | 10011011 | 1000001 | 1101001 | 0 | 111010 | 100000 | 100111 | 101001101 | 101001 | 101011 |
Color Harmonies of #9B4169
Complementary color
Monochromatic Colors of #9B4169
Black with #9B4169
Text Example
Text Example
White with #9B4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4169; }
p { color: rgb(155,65,105); }
H1.HeaderClassName
{
color: #9B4169;
}
.AnyTagClassName
{
color: #9B4169;
}
</style>
background-color css
<style>
a { background-color: #9B4169; }
a { background-color: rgb(155,65,105); }
div.DivClassName
{
background-color: #9B4169;
}
.BgClassName
{
background-color: #9B4169;
}
</style>
border-color css
<style>
span { border-color: #9B4169; }
span { border-color: rgb(155,65,105); }
td.TdClassName
{
border-color: #9B4169;
}
.TagClassName
{
border-color: #9B4169;
}
</style>