Shades of Cadillac #934A56
Tints of Cadillac #934A56
RGB
CMYK
RGB Variations
Color information
#934A56 (or 0x934A56) is known color: Cadillac. HEX triplet: 93, 4A and 56. RGB value is (147,74,86). Sum of RGB (Red+Green+Blue) = 147+74+86=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #934A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934A56 is #6CB5A9. Grayscale: #616161. Windows color (decimal): -7124394 or 5655187. OLE color: 5655187.
HSL color Cylindrical-coordinate representation of color #934A56: hue angle of 350.14º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934A56 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 86 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.42 |
| HSL | 350.14º | 0.33% | 0.43% | - |
| HSV(B) | 350.14º | 0.5% | 0.58% | - |
| XYZ | 16.16 | 11.77 | 10.22 | - |
| YUV | 97.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 86 | 0 | 0.50 | 0.41 | 0.42 | 350.14 | 0.33 | 0.43 |
| Hex | 93 | 4A | 56 | 0 | 32 | 29 | 2A | 15E | 21 | 2B |
| Octal | 223 | 112 | 126 | 0 | 62 | 51 | 52 | 536 | 41 | 53 |
| Binary | 10010011 | 1001010 | 1010110 | 0 | 110010 | 101001 | 101010 | 101011110 | 100001 | 101011 |
Color Harmonies of #934A56
Complementary color
Monochromatic Colors of #934A56
Black with #934A56
Text Example
Text Example
White with #934A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A56; }
p { color: rgb(147,74,86); }
H1.HeaderClassName
{
color: #934A56;
}
.AnyTagClassName
{
color: #934A56;
}
</style>
background-color css
<style>
a { background-color: #934A56; }
a { background-color: rgb(147,74,86); }
div.DivClassName
{
background-color: #934A56;
}
.BgClassName
{
background-color: #934A56;
}
</style>
border-color css
<style>
span { border-color: #934A56; }
span { border-color: rgb(147,74,86); }
td.TdClassName
{
border-color: #934A56;
}
.TagClassName
{
border-color: #934A56;
}
</style>