Shades of Cadillac #93406D
Tints of Cadillac #93406D
RGB
CMYK
RGB Variations
Color information
#93406D (or 0x93406D) is known color: Cadillac. HEX triplet: 93, 40 and 6D. RGB value is (147,64,109). Sum of RGB (Red+Green+Blue) = 147+64+109=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93406D is #6CBF92. Grayscale: #5D5D5D. Windows color (decimal): -7126931 or 7159955. OLE color: 7159955.
HSL color Cylindrical-coordinate representation of color #93406D: hue angle of 327.47º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93406D is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 109 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.42 |
| HSL | 327.47º | 0.39% | 0.41% | - |
| HSV(B) | 327.47º | 0.56% | 0.58% | - |
| XYZ | 16.63 | 10.97 | 15.71 | - |
| YUV | 93.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 109 | 0 | 0.56 | 0.26 | 0.42 | 327.47 | 0.39 | 0.41 |
| Hex | 93 | 40 | 6D | 0 | 38 | 1A | 2A | 147 | 27 | 29 |
| Octal | 223 | 100 | 155 | 0 | 70 | 32 | 52 | 507 | 47 | 51 |
| Binary | 10010011 | 1000000 | 1101101 | 0 | 111000 | 11010 | 101010 | 101000111 | 100111 | 101001 |
Color Harmonies of #93406D
Complementary color
Monochromatic Colors of #93406D
Black with #93406D
Text Example
Text Example
White with #93406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93406D; }
p { color: rgb(147,64,109); }
H1.HeaderClassName
{
color: #93406D;
}
.AnyTagClassName
{
color: #93406D;
}
</style>
background-color css
<style>
a { background-color: #93406D; }
a { background-color: rgb(147,64,109); }
div.DivClassName
{
background-color: #93406D;
}
.BgClassName
{
background-color: #93406D;
}
</style>
border-color css
<style>
span { border-color: #93406D; }
span { border-color: rgb(147,64,109); }
td.TdClassName
{
border-color: #93406D;
}
.TagClassName
{
border-color: #93406D;
}
</style>