Shades of Cadillac #934463
Tints of Cadillac #934463
RGB
CMYK
RGB Variations
Color information
#934463 (or 0x934463) is known color: Cadillac. HEX triplet: 93, 44 and 63. RGB value is (147,68,99). Sum of RGB (Red+Green+Blue) = 147+68+99=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #934463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934463 is #6CBB9C. Grayscale: #5F5F5F. Windows color (decimal): -7125917 or 6505619. OLE color: 6505619.
HSL color Cylindrical-coordinate representation of color #934463: hue angle of 336.46º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #934463 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 99 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.42 |
| HSL | 336.46º | 0.37% | 0.42% | - |
| HSV(B) | 336.46º | 0.54% | 0.58% | - |
| XYZ | 16.35 | 11.24 | 13.11 | - |
| YUV | 95.16 | 130.17 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 99 | 0 | 0.54 | 0.33 | 0.42 | 336.46 | 0.37 | 0.42 |
| Hex | 93 | 44 | 63 | 0 | 36 | 21 | 2A | 150 | 25 | 2A |
| Octal | 223 | 104 | 143 | 0 | 66 | 41 | 52 | 520 | 45 | 52 |
| Binary | 10010011 | 1000100 | 1100011 | 0 | 110110 | 100001 | 101010 | 101010000 | 100101 | 101010 |
Color Harmonies of #934463
Complementary color
Monochromatic Colors of #934463
Black with #934463
Text Example
Text Example
White with #934463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934463; }
p { color: rgb(147,68,99); }
H1.HeaderClassName
{
color: #934463;
}
.AnyTagClassName
{
color: #934463;
}
</style>
background-color css
<style>
a { background-color: #934463; }
a { background-color: rgb(147,68,99); }
div.DivClassName
{
background-color: #934463;
}
.BgClassName
{
background-color: #934463;
}
</style>
border-color css
<style>
span { border-color: #934463; }
span { border-color: rgb(147,68,99); }
td.TdClassName
{
border-color: #934463;
}
.TagClassName
{
border-color: #934463;
}
</style>