Shades of Cadillac #934360
Tints of Cadillac #934360
RGB
CMYK
RGB Variations
Color information
#934360 (or 0x934360) is known color: Cadillac. HEX triplet: 93, 43 and 60. RGB value is (147,67,96). Sum of RGB (Red+Green+Blue) = 147+67+96=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #934360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934360 is #6CBC9F. Grayscale: #5E5E5E. Windows color (decimal): -7126176 or 6308755. OLE color: 6308755.
HSL color Cylindrical-coordinate representation of color #934360: hue angle of 338.25º 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 #934360 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 96 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.42 |
| HSL | 338.25º | 0.37% | 0.42% | - |
| HSV(B) | 338.25º | 0.54% | 0.58% | - |
| XYZ | 16.15 | 11.06 | 12.35 | - |
| YUV | 94.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 96 | 0 | 0.54 | 0.35 | 0.42 | 338.25 | 0.37 | 0.42 |
| Hex | 93 | 43 | 60 | 0 | 36 | 23 | 2A | 152 | 25 | 2A |
| Octal | 223 | 103 | 140 | 0 | 66 | 43 | 52 | 522 | 45 | 52 |
| Binary | 10010011 | 1000011 | 1100000 | 0 | 110110 | 100011 | 101010 | 101010010 | 100101 | 101010 |
Color Harmonies of #934360
Complementary color
Monochromatic Colors of #934360
Black with #934360
Text Example
Text Example
White with #934360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934360; }
p { color: rgb(147,67,96); }
H1.HeaderClassName
{
color: #934360;
}
.AnyTagClassName
{
color: #934360;
}
</style>
background-color css
<style>
a { background-color: #934360; }
a { background-color: rgb(147,67,96); }
div.DivClassName
{
background-color: #934360;
}
.BgClassName
{
background-color: #934360;
}
</style>
border-color css
<style>
span { border-color: #934360; }
span { border-color: rgb(147,67,96); }
td.TdClassName
{
border-color: #934360;
}
.TagClassName
{
border-color: #934360;
}
</style>