Shades of Cadillac #934A59
Tints of Cadillac #934A59
RGB
CMYK
RGB Variations
Color information
#934A59 (or 0x934A59) is known color: Cadillac. HEX triplet: 93, 4A and 59. RGB value is (147,74,89). Sum of RGB (Red+Green+Blue) = 147+74+89=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #934A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934A59 is #6CB5A6. Grayscale: #616161. Windows color (decimal): -7124391 or 5851795. OLE color: 5851795.
HSL color Cylindrical-coordinate representation of color #934A59: hue angle of 347.67º 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 #934A59 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 89 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.42 |
| HSL | 347.67º | 0.33% | 0.43% | - |
| HSV(B) | 347.67º | 0.5% | 0.58% | - |
| XYZ | 16.28 | 11.82 | 10.87 | - |
| YUV | 97.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 89 | 0 | 0.50 | 0.39 | 0.42 | 347.67 | 0.33 | 0.43 |
| Hex | 93 | 4A | 59 | 0 | 32 | 27 | 2A | 15C | 21 | 2B |
| Octal | 223 | 112 | 131 | 0 | 62 | 47 | 52 | 534 | 41 | 53 |
| Binary | 10010011 | 1001010 | 1011001 | 0 | 110010 | 100111 | 101010 | 101011100 | 100001 | 101011 |
Color Harmonies of #934A59
Complementary color
Monochromatic Colors of #934A59
Black with #934A59
Text Example
Text Example
White with #934A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A59; }
p { color: rgb(147,74,89); }
H1.HeaderClassName
{
color: #934A59;
}
.AnyTagClassName
{
color: #934A59;
}
</style>
background-color css
<style>
a { background-color: #934A59; }
a { background-color: rgb(147,74,89); }
div.DivClassName
{
background-color: #934A59;
}
.BgClassName
{
background-color: #934A59;
}
</style>
border-color css
<style>
span { border-color: #934A59; }
span { border-color: rgb(147,74,89); }
td.TdClassName
{
border-color: #934A59;
}
.TagClassName
{
border-color: #934A59;
}
</style>