Shades of Cadillac #934955
Tints of Cadillac #934955
RGB
CMYK
RGB Variations
Color information
#934955 (or 0x934955) is known color: Cadillac. HEX triplet: 93, 49 and 55. RGB value is (147,73,85). Sum of RGB (Red+Green+Blue) = 147+73+85=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #934955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934955 is #6CB6AA. Grayscale: #606060. Windows color (decimal): -7124651 or 5589395. OLE color: 5589395.
HSL color Cylindrical-coordinate representation of color #934955: hue angle of 350.27º degrees, saturation: 0.34, 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 #934955 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 85 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.42 |
| HSL | 350.27º | 0.34% | 0.43% | - |
| HSV(B) | 350.27º | 0.5% | 0.58% | - |
| XYZ | 16.05 | 11.62 | 9.99 | - |
| YUV | 96.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 85 | 0 | 0.50 | 0.42 | 0.42 | 350.27 | 0.34 | 0.43 |
| Hex | 93 | 49 | 55 | 0 | 32 | 2A | 2A | 15E | 22 | 2B |
| Octal | 223 | 111 | 125 | 0 | 62 | 52 | 52 | 536 | 42 | 53 |
| Binary | 10010011 | 1001001 | 1010101 | 0 | 110010 | 101010 | 101010 | 101011110 | 100010 | 101011 |
Color Harmonies of #934955
Complementary color
Monochromatic Colors of #934955
Black with #934955
Text Example
Text Example
White with #934955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934955; }
p { color: rgb(147,73,85); }
H1.HeaderClassName
{
color: #934955;
}
.AnyTagClassName
{
color: #934955;
}
</style>
background-color css
<style>
a { background-color: #934955; }
a { background-color: rgb(147,73,85); }
div.DivClassName
{
background-color: #934955;
}
.BgClassName
{
background-color: #934955;
}
</style>
border-color css
<style>
span { border-color: #934955; }
span { border-color: rgb(147,73,85); }
td.TdClassName
{
border-color: #934955;
}
.TagClassName
{
border-color: #934955;
}
</style>