Shades of Cadillac #934363
Tints of Cadillac #934363
RGB
CMYK
RGB Variations
Color information
#934363 (or 0x934363) is known color: Cadillac. HEX triplet: 93, 43 and 63. RGB value is (147,67,99). Sum of RGB (Red+Green+Blue) = 147+67+99=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #934363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934363 is #6CBC9C. Grayscale: #5E5E5E. Windows color (decimal): -7126173 or 6505363. OLE color: 6505363.
HSL color Cylindrical-coordinate representation of color #934363: hue angle of 336º 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 #934363 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 99 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.42 |
| HSL | 336º | 0.37% | 0.42% | - |
| HSV(B) | 336º | 0.54% | 0.58% | - |
| XYZ | 16.29 | 11.12 | 13.09 | - |
| YUV | 94.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 99 | 0 | 0.54 | 0.33 | 0.42 | 336 | 0.37 | 0.42 |
| Hex | 93 | 43 | 63 | 0 | 36 | 21 | 2A | 150 | 25 | 2A |
| Octal | 223 | 103 | 143 | 0 | 66 | 41 | 52 | 520 | 45 | 52 |
| Binary | 10010011 | 1000011 | 1100011 | 0 | 110110 | 100001 | 101010 | 101010000 | 100101 | 101010 |
Color Harmonies of #934363
Complementary color
Monochromatic Colors of #934363
Black with #934363
Text Example
Text Example
White with #934363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934363; }
p { color: rgb(147,67,99); }
H1.HeaderClassName
{
color: #934363;
}
.AnyTagClassName
{
color: #934363;
}
</style>
background-color css
<style>
a { background-color: #934363; }
a { background-color: rgb(147,67,99); }
div.DivClassName
{
background-color: #934363;
}
.BgClassName
{
background-color: #934363;
}
</style>
border-color css
<style>
span { border-color: #934363; }
span { border-color: rgb(147,67,99); }
td.TdClassName
{
border-color: #934363;
}
.TagClassName
{
border-color: #934363;
}
</style>