Shades of Cadillac #934063
Tints of Cadillac #934063
RGB
CMYK
RGB Variations
Color information
#934063 (or 0x934063) is known color: Cadillac. HEX triplet: 93, 40 and 63. RGB value is (147,64,99). Sum of RGB (Red+Green+Blue) = 147+64+99=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #934063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934063 is #6CBF9C. Grayscale: #5C5C5C. Windows color (decimal): -7126941 or 6504595. OLE color: 6504595.
HSL color Cylindrical-coordinate representation of color #934063: hue angle of 334.7º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #934063 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 99 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.42 |
| HSL | 334.7º | 0.39% | 0.41% | - |
| HSV(B) | 334.7º | 0.56% | 0.58% | - |
| XYZ | 16.12 | 10.77 | 13.03 | - |
| YUV | 92.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 99 | 0 | 0.56 | 0.33 | 0.42 | 334.7 | 0.39 | 0.41 |
| Hex | 93 | 40 | 63 | 0 | 38 | 21 | 2A | 14F | 27 | 29 |
| Octal | 223 | 100 | 143 | 0 | 70 | 41 | 52 | 517 | 47 | 51 |
| Binary | 10010011 | 1000000 | 1100011 | 0 | 111000 | 100001 | 101010 | 101001111 | 100111 | 101001 |
Color Harmonies of #934063
Complementary color
Monochromatic Colors of #934063
Black with #934063
Text Example
Text Example
White with #934063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934063; }
p { color: rgb(147,64,99); }
H1.HeaderClassName
{
color: #934063;
}
.AnyTagClassName
{
color: #934063;
}
</style>
background-color css
<style>
a { background-color: #934063; }
a { background-color: rgb(147,64,99); }
div.DivClassName
{
background-color: #934063;
}
.BgClassName
{
background-color: #934063;
}
</style>
border-color css
<style>
span { border-color: #934063; }
span { border-color: rgb(147,64,99); }
td.TdClassName
{
border-color: #934063;
}
.TagClassName
{
border-color: #934063;
}
</style>