Shades of Cadillac #934865
Tints of Cadillac #934865
RGB
CMYK
RGB Variations
Color information
#934865 (or 0x934865) is known color: Cadillac. HEX triplet: 93, 48 and 65. RGB value is (147,72,101). Sum of RGB (Red+Green+Blue) = 147+72+101=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #934865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934865 is #6CB79A. Grayscale: #616161. Windows color (decimal): -7124891 or 6637715. OLE color: 6637715.
HSL color Cylindrical-coordinate representation of color #934865: hue angle of 336.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #934865 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 101 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.42 |
| HSL | 336.8º | 0.34% | 0.43% | - |
| HSV(B) | 336.8º | 0.51% | 0.58% | - |
| XYZ | 16.7 | 11.78 | 13.71 | - |
| YUV | 97.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 101 | 0 | 0.51 | 0.31 | 0.42 | 336.8 | 0.34 | 0.43 |
| Hex | 93 | 48 | 65 | 0 | 33 | 1F | 2A | 151 | 22 | 2B |
| Octal | 223 | 110 | 145 | 0 | 63 | 37 | 52 | 521 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1100101 | 0 | 110011 | 11111 | 101010 | 101010001 | 100010 | 101011 |
Color Harmonies of #934865
Complementary color
Monochromatic Colors of #934865
Black with #934865
Text Example
Text Example
White with #934865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934865; }
p { color: rgb(147,72,101); }
H1.HeaderClassName
{
color: #934865;
}
.AnyTagClassName
{
color: #934865;
}
</style>
background-color css
<style>
a { background-color: #934865; }
a { background-color: rgb(147,72,101); }
div.DivClassName
{
background-color: #934865;
}
.BgClassName
{
background-color: #934865;
}
</style>
border-color css
<style>
span { border-color: #934865; }
span { border-color: rgb(147,72,101); }
td.TdClassName
{
border-color: #934865;
}
.TagClassName
{
border-color: #934865;
}
</style>