Shades of Cadillac #934162
Tints of Cadillac #934162
RGB
CMYK
RGB Variations
Color information
#934162 (or 0x934162) is known color: Cadillac. HEX triplet: 93, 41 and 62. RGB value is (147,65,98). Sum of RGB (Red+Green+Blue) = 147+65+98=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #934162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934162 is #6CBE9D. Grayscale: #5D5D5D. Windows color (decimal): -7126686 or 6439315. OLE color: 6439315.
HSL color Cylindrical-coordinate representation of color #934162: hue angle of 335.85º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #934162 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 98 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.42 |
| HSL | 335.85º | 0.39% | 0.42% | - |
| HSV(B) | 335.85º | 0.56% | 0.58% | - |
| XYZ | 16.13 | 10.87 | 12.8 | - |
| YUV | 93.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 98 | 0 | 0.56 | 0.33 | 0.42 | 335.85 | 0.39 | 0.42 |
| Hex | 93 | 41 | 62 | 0 | 38 | 21 | 2A | 150 | 27 | 2A |
| Octal | 223 | 101 | 142 | 0 | 70 | 41 | 52 | 520 | 47 | 52 |
| Binary | 10010011 | 1000001 | 1100010 | 0 | 111000 | 100001 | 101010 | 101010000 | 100111 | 101010 |
Color Harmonies of #934162
Complementary color
Monochromatic Colors of #934162
Black with #934162
Text Example
Text Example
White with #934162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934162; }
p { color: rgb(147,65,98); }
H1.HeaderClassName
{
color: #934162;
}
.AnyTagClassName
{
color: #934162;
}
</style>
background-color css
<style>
a { background-color: #934162; }
a { background-color: rgb(147,65,98); }
div.DivClassName
{
background-color: #934162;
}
.BgClassName
{
background-color: #934162;
}
</style>
border-color css
<style>
span { border-color: #934162; }
span { border-color: rgb(147,65,98); }
td.TdClassName
{
border-color: #934162;
}
.TagClassName
{
border-color: #934162;
}
</style>