Shades of Cadillac #9B4565
Tints of Cadillac #9B4565
RGB
CMYK
RGB Variations
Color information
#9B4565 (or 0x9B4565) is known color: Cadillac. HEX triplet: 9B, 45 and 65. RGB value is (155,69,101). Sum of RGB (Red+Green+Blue) = 155+69+101=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4565 is #64BA9A. Grayscale: #626262. Windows color (decimal): -6601371 or 6636955. OLE color: 6636955.
HSL color Cylindrical-coordinate representation of color #9B4565: hue angle of 337.67º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4565 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 69 | 101 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.39 |
| HSL | 337.67º | 0.38% | 0.44% | - |
| HSV(B) | 337.67º | 0.55% | 0.61% | - |
| XYZ | 17.99 | 12.16 | 13.71 | - |
| YUV | 98.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 69 | 101 | 0 | 0.55 | 0.35 | 0.39 | 337.67 | 0.38 | 0.44 |
| Hex | 9B | 45 | 65 | 0 | 37 | 23 | 27 | 152 | 26 | 2C |
| Octal | 233 | 105 | 145 | 0 | 67 | 43 | 47 | 522 | 46 | 54 |
| Binary | 10011011 | 1000101 | 1100101 | 0 | 110111 | 100011 | 100111 | 101010010 | 100110 | 101100 |
Color Harmonies of #9B4565
Complementary color
Monochromatic Colors of #9B4565
Black with #9B4565
Text Example
Text Example
White with #9B4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4565; }
p { color: rgb(155,69,101); }
H1.HeaderClassName
{
color: #9B4565;
}
.AnyTagClassName
{
color: #9B4565;
}
</style>
background-color css
<style>
a { background-color: #9B4565; }
a { background-color: rgb(155,69,101); }
div.DivClassName
{
background-color: #9B4565;
}
.BgClassName
{
background-color: #9B4565;
}
</style>
border-color css
<style>
span { border-color: #9B4565; }
span { border-color: rgb(155,69,101); }
td.TdClassName
{
border-color: #9B4565;
}
.TagClassName
{
border-color: #9B4565;
}
</style>