Shades of Cadillac #9B4065
Tints of Cadillac #9B4065
RGB
CMYK
RGB Variations
Color information
#9B4065 (or 0x9B4065) is known color: Cadillac. HEX triplet: 9B, 40 and 65. RGB value is (155,64,101). Sum of RGB (Red+Green+Blue) = 155+64+101=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4065 is #64BF9A. Grayscale: #5F5F5F. Windows color (decimal): -6602651 or 6635675. OLE color: 6635675.
HSL color Cylindrical-coordinate representation of color #9B4065: hue angle of 335.6º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4065 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 101 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.39 |
| HSL | 335.6º | 0.42% | 0.43% | - |
| HSV(B) | 335.6º | 0.59% | 0.61% | - |
| XYZ | 17.7 | 11.57 | 13.61 | - |
| YUV | 95.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 101 | 0 | 0.59 | 0.35 | 0.39 | 335.6 | 0.42 | 0.43 |
| Hex | 9B | 40 | 65 | 0 | 3B | 23 | 27 | 150 | 2A | 2B |
| Octal | 233 | 100 | 145 | 0 | 73 | 43 | 47 | 520 | 52 | 53 |
| Binary | 10011011 | 1000000 | 1100101 | 0 | 111011 | 100011 | 100111 | 101010000 | 101010 | 101011 |
Color Harmonies of #9B4065
Complementary color
Monochromatic Colors of #9B4065
Black with #9B4065
Text Example
Text Example
White with #9B4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4065; }
p { color: rgb(155,64,101); }
H1.HeaderClassName
{
color: #9B4065;
}
.AnyTagClassName
{
color: #9B4065;
}
</style>
background-color css
<style>
a { background-color: #9B4065; }
a { background-color: rgb(155,64,101); }
div.DivClassName
{
background-color: #9B4065;
}
.BgClassName
{
background-color: #9B4065;
}
</style>
border-color css
<style>
span { border-color: #9B4065; }
span { border-color: rgb(155,64,101); }
td.TdClassName
{
border-color: #9B4065;
}
.TagClassName
{
border-color: #9B4065;
}
</style>