Shades of Cadillac #934163
Tints of Cadillac #934163
RGB
CMYK
RGB Variations
Color information
#934163 (or 0x934163) is known color: Cadillac. HEX triplet: 93, 41 and 63. RGB value is (147,65,99). Sum of RGB (Red+Green+Blue) = 147+65+99=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #934163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934163 is #6CBE9C. Grayscale: #5D5D5D. Windows color (decimal): -7126685 or 6504851. OLE color: 6504851.
HSL color Cylindrical-coordinate representation of color #934163: hue angle of 335.12º 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 #934163 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 99 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.42 |
| HSL | 335.12º | 0.39% | 0.42% | - |
| HSV(B) | 335.12º | 0.56% | 0.58% | - |
| XYZ | 16.18 | 10.88 | 13.05 | - |
| YUV | 93.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 99 | 0 | 0.56 | 0.33 | 0.42 | 335.12 | 0.39 | 0.42 |
| Hex | 93 | 41 | 63 | 0 | 38 | 21 | 2A | 14F | 27 | 2A |
| Octal | 223 | 101 | 143 | 0 | 70 | 41 | 52 | 517 | 47 | 52 |
| Binary | 10010011 | 1000001 | 1100011 | 0 | 111000 | 100001 | 101010 | 101001111 | 100111 | 101010 |
Color Harmonies of #934163
Complementary color
Monochromatic Colors of #934163
Black with #934163
Text Example
Text Example
White with #934163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934163; }
p { color: rgb(147,65,99); }
H1.HeaderClassName
{
color: #934163;
}
.AnyTagClassName
{
color: #934163;
}
</style>
background-color css
<style>
a { background-color: #934163; }
a { background-color: rgb(147,65,99); }
div.DivClassName
{
background-color: #934163;
}
.BgClassName
{
background-color: #934163;
}
</style>
border-color css
<style>
span { border-color: #934163; }
span { border-color: rgb(147,65,99); }
td.TdClassName
{
border-color: #934163;
}
.TagClassName
{
border-color: #934163;
}
</style>