Shades of Cadillac #934A60
Tints of Cadillac #934A60
RGB
CMYK
RGB Variations
Color information
#934A60 (or 0x934A60) is known color: Cadillac. HEX triplet: 93, 4A and 60. RGB value is (147,74,96). Sum of RGB (Red+Green+Blue) = 147+74+96=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #934A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934A60 is #6CB59F. Grayscale: #626262. Windows color (decimal): -7124384 or 6310547. OLE color: 6310547.
HSL color Cylindrical-coordinate representation of color #934A60: hue angle of 341.92º 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 #934A60 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 96 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.42 |
| HSL | 341.92º | 0.33% | 0.43% | - |
| HSV(B) | 341.92º | 0.5% | 0.58% | - |
| XYZ | 16.59 | 11.95 | 12.5 | - |
| YUV | 98.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 96 | 0 | 0.50 | 0.35 | 0.42 | 341.92 | 0.33 | 0.43 |
| Hex | 93 | 4A | 60 | 0 | 32 | 23 | 2A | 156 | 21 | 2B |
| Octal | 223 | 112 | 140 | 0 | 62 | 43 | 52 | 526 | 41 | 53 |
| Binary | 10010011 | 1001010 | 1100000 | 0 | 110010 | 100011 | 101010 | 101010110 | 100001 | 101011 |
Color Harmonies of #934A60
Complementary color
Monochromatic Colors of #934A60
Black with #934A60
Text Example
Text Example
White with #934A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A60; }
p { color: rgb(147,74,96); }
H1.HeaderClassName
{
color: #934A60;
}
.AnyTagClassName
{
color: #934A60;
}
</style>
background-color css
<style>
a { background-color: #934A60; }
a { background-color: rgb(147,74,96); }
div.DivClassName
{
background-color: #934A60;
}
.BgClassName
{
background-color: #934A60;
}
</style>
border-color css
<style>
span { border-color: #934A60; }
span { border-color: rgb(147,74,96); }
td.TdClassName
{
border-color: #934A60;
}
.TagClassName
{
border-color: #934A60;
}
</style>