Shades of Cadillac #934856
Tints of Cadillac #934856
RGB
CMYK
RGB Variations
Color information
#934856 (or 0x934856) is known color: Cadillac. HEX triplet: 93, 48 and 56. RGB value is (147,72,86). Sum of RGB (Red+Green+Blue) = 147+72+86=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #934856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934856 is #6CB7A9. Grayscale: #606060. Windows color (decimal): -7124906 or 5654675. OLE color: 5654675.
HSL color Cylindrical-coordinate representation of color #934856: hue angle of 348.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 #934856 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 86 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.42 |
| HSL | 348.8º | 0.34% | 0.43% | - |
| HSV(B) | 348.8º | 0.51% | 0.58% | - |
| XYZ | 16.03 | 11.51 | 10.18 | - |
| YUV | 96.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 86 | 0 | 0.51 | 0.41 | 0.42 | 348.8 | 0.34 | 0.43 |
| Hex | 93 | 48 | 56 | 0 | 33 | 29 | 2A | 15D | 22 | 2B |
| Octal | 223 | 110 | 126 | 0 | 63 | 51 | 52 | 535 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1010110 | 0 | 110011 | 101001 | 101010 | 101011101 | 100010 | 101011 |
Color Harmonies of #934856
Complementary color
Monochromatic Colors of #934856
Black with #934856
Text Example
Text Example
White with #934856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934856; }
p { color: rgb(147,72,86); }
H1.HeaderClassName
{
color: #934856;
}
.AnyTagClassName
{
color: #934856;
}
</style>
background-color css
<style>
a { background-color: #934856; }
a { background-color: rgb(147,72,86); }
div.DivClassName
{
background-color: #934856;
}
.BgClassName
{
background-color: #934856;
}
</style>
border-color css
<style>
span { border-color: #934856; }
span { border-color: rgb(147,72,86); }
td.TdClassName
{
border-color: #934856;
}
.TagClassName
{
border-color: #934856;
}
</style>