Shades of Cadillac #93486A
Tints of Cadillac #93486A
RGB
CMYK
RGB Variations
Color information
#93486A (or 0x93486A) is known color: Cadillac. HEX triplet: 93, 48 and 6A. RGB value is (147,72,106). Sum of RGB (Red+Green+Blue) = 147+72+106=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93486A is #6CB795. Grayscale: #626262. Windows color (decimal): -7124886 or 6965395. OLE color: 6965395.
HSL color Cylindrical-coordinate representation of color #93486A: hue angle of 332.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93486A is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 106 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.42 |
| HSL | 332.8º | 0.34% | 0.43% | - |
| HSV(B) | 332.8º | 0.51% | 0.58% | - |
| XYZ | 16.95 | 11.88 | 15.03 | - |
| YUV | 98.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 106 | 0 | 0.51 | 0.28 | 0.42 | 332.8 | 0.34 | 0.43 |
| Hex | 93 | 48 | 6A | 0 | 33 | 1C | 2A | 14D | 22 | 2B |
| Octal | 223 | 110 | 152 | 0 | 63 | 34 | 52 | 515 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1101010 | 0 | 110011 | 11100 | 101010 | 101001101 | 100010 | 101011 |
Color Harmonies of #93486A
Complementary color
Monochromatic Colors of #93486A
Black with #93486A
Text Example
Text Example
White with #93486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93486A; }
p { color: rgb(147,72,106); }
H1.HeaderClassName
{
color: #93486A;
}
.AnyTagClassName
{
color: #93486A;
}
</style>
background-color css
<style>
a { background-color: #93486A; }
a { background-color: rgb(147,72,106); }
div.DivClassName
{
background-color: #93486A;
}
.BgClassName
{
background-color: #93486A;
}
</style>
border-color css
<style>
span { border-color: #93486A; }
span { border-color: rgb(147,72,106); }
td.TdClassName
{
border-color: #93486A;
}
.TagClassName
{
border-color: #93486A;
}
</style>