Shades of Cadillac #9B4B6C
Tints of Cadillac #9B4B6C
RGB
CMYK
RGB Variations
Color information
#9B4B6C (or 0x9B4B6C) is known color: Cadillac. HEX triplet: 9B, 4B and 6C. RGB value is (155,75,108). Sum of RGB (Red+Green+Blue) = 155+75+108=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4B6C is #64B493. Grayscale: #666666. Windows color (decimal): -6599828 or 7097243. OLE color: 7097243.
HSL color Cylindrical-coordinate representation of color #9B4B6C: hue angle of 335.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4B6C is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 75 | 108 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.39 |
| HSL | 335.25º | 0.35% | 0.45% | - |
| HSV(B) | 335.25º | 0.52% | 0.61% | - |
| XYZ | 18.74 | 13.08 | 15.72 | - |
| YUV | 102.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 108 | 0 | 0.52 | 0.30 | 0.39 | 335.25 | 0.35 | 0.45 |
| Hex | 9B | 4B | 6C | 0 | 34 | 1E | 27 | 14F | 23 | 2D |
| Octal | 233 | 113 | 154 | 0 | 64 | 36 | 47 | 517 | 43 | 55 |
| Binary | 10011011 | 1001011 | 1101100 | 0 | 110100 | 11110 | 100111 | 101001111 | 100011 | 101101 |
Color Harmonies of #9B4B6C
Complementary color
Monochromatic Colors of #9B4B6C
Black with #9B4B6C
Text Example
Text Example
White with #9B4B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4B6C; }
p { color: rgb(155,75,108); }
H1.HeaderClassName
{
color: #9B4B6C;
}
.AnyTagClassName
{
color: #9B4B6C;
}
</style>
background-color css
<style>
a { background-color: #9B4B6C; }
a { background-color: rgb(155,75,108); }
div.DivClassName
{
background-color: #9B4B6C;
}
.BgClassName
{
background-color: #9B4B6C;
}
</style>
border-color css
<style>
span { border-color: #9B4B6C; }
span { border-color: rgb(155,75,108); }
td.TdClassName
{
border-color: #9B4B6C;
}
.TagClassName
{
border-color: #9B4B6C;
}
</style>