Shades of Cadillac #934161
Tints of Cadillac #934161
RGB
CMYK
RGB Variations
Color information
#934161 (or 0x934161) is known color: Cadillac. HEX triplet: 93, 41 and 61. RGB value is (147,65,97). Sum of RGB (Red+Green+Blue) = 147+65+97=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #934161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934161 is #6CBE9E. Grayscale: #5D5D5D. Windows color (decimal): -7126687 or 6373779. OLE color: 6373779.
HSL color Cylindrical-coordinate representation of color #934161: hue angle of 336.59º 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 #934161 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 97 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.42 |
| HSL | 336.59º | 0.39% | 0.42% | - |
| HSV(B) | 336.59º | 0.56% | 0.58% | - |
| XYZ | 16.08 | 10.85 | 12.56 | - |
| YUV | 93.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 97 | 0 | 0.56 | 0.34 | 0.42 | 336.59 | 0.39 | 0.42 |
| Hex | 93 | 41 | 61 | 0 | 38 | 22 | 2A | 151 | 27 | 2A |
| Octal | 223 | 101 | 141 | 0 | 70 | 42 | 52 | 521 | 47 | 52 |
| Binary | 10010011 | 1000001 | 1100001 | 0 | 111000 | 100010 | 101010 | 101010001 | 100111 | 101010 |
Color Harmonies of #934161
Complementary color
Monochromatic Colors of #934161
Black with #934161
Text Example
Text Example
White with #934161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934161; }
p { color: rgb(147,65,97); }
H1.HeaderClassName
{
color: #934161;
}
.AnyTagClassName
{
color: #934161;
}
</style>
background-color css
<style>
a { background-color: #934161; }
a { background-color: rgb(147,65,97); }
div.DivClassName
{
background-color: #934161;
}
.BgClassName
{
background-color: #934161;
}
</style>
border-color css
<style>
span { border-color: #934161; }
span { border-color: rgb(147,65,97); }
td.TdClassName
{
border-color: #934161;
}
.TagClassName
{
border-color: #934161;
}
</style>