Shades of Cadillac #9B4463
Tints of Cadillac #9B4463
RGB
CMYK
RGB Variations
Color information
#9B4463 (or 0x9B4463) is known color: Cadillac. HEX triplet: 9B, 44 and 63. RGB value is (155,68,99). Sum of RGB (Red+Green+Blue) = 155+68+99=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4463 is #64BB9C. Grayscale: #616161. Windows color (decimal): -6601629 or 6505627. OLE color: 6505627.
HSL color Cylindrical-coordinate representation of color #9B4463: hue angle of 338.62º 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 #9B4463 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 99 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.39 |
| HSL | 338.62º | 0.39% | 0.44% | - |
| HSV(B) | 338.62º | 0.56% | 0.61% | - |
| XYZ | 17.84 | 12 | 13.18 | - |
| YUV | 97.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 99 | 0 | 0.56 | 0.36 | 0.39 | 338.62 | 0.39 | 0.44 |
| Hex | 9B | 44 | 63 | 0 | 38 | 24 | 27 | 153 | 27 | 2C |
| Octal | 233 | 104 | 143 | 0 | 70 | 44 | 47 | 523 | 47 | 54 |
| Binary | 10011011 | 1000100 | 1100011 | 0 | 111000 | 100100 | 100111 | 101010011 | 100111 | 101100 |
Color Harmonies of #9B4463
Complementary color
Monochromatic Colors of #9B4463
Black with #9B4463
Text Example
Text Example
White with #9B4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4463; }
p { color: rgb(155,68,99); }
H1.HeaderClassName
{
color: #9B4463;
}
.AnyTagClassName
{
color: #9B4463;
}
</style>
background-color css
<style>
a { background-color: #9B4463; }
a { background-color: rgb(155,68,99); }
div.DivClassName
{
background-color: #9B4463;
}
.BgClassName
{
background-color: #9B4463;
}
</style>
border-color css
<style>
span { border-color: #9B4463; }
span { border-color: rgb(155,68,99); }
td.TdClassName
{
border-color: #9B4463;
}
.TagClassName
{
border-color: #9B4463;
}
</style>