Shades of Cadillac #934260
Tints of Cadillac #934260
RGB
CMYK
RGB Variations
Color information
#934260 (or 0x934260) is known color: Cadillac. HEX triplet: 93, 42 and 60. RGB value is (147,66,96). Sum of RGB (Red+Green+Blue) = 147+66+96=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #934260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934260 is #6CBD9F. Grayscale: #5D5D5D. Windows color (decimal): -7126432 or 6308499. OLE color: 6308499.
HSL color Cylindrical-coordinate representation of color #934260: hue angle of 337.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #934260 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 96 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.42 |
| HSL | 337.78º | 0.38% | 0.42% | - |
| HSV(B) | 337.78º | 0.55% | 0.58% | - |
| XYZ | 16.09 | 10.94 | 12.33 | - |
| YUV | 93.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 96 | 0 | 0.55 | 0.35 | 0.42 | 337.78 | 0.38 | 0.42 |
| Hex | 93 | 42 | 60 | 0 | 37 | 23 | 2A | 152 | 26 | 2A |
| Octal | 223 | 102 | 140 | 0 | 67 | 43 | 52 | 522 | 46 | 52 |
| Binary | 10010011 | 1000010 | 1100000 | 0 | 110111 | 100011 | 101010 | 101010010 | 100110 | 101010 |
Color Harmonies of #934260
Complementary color
Monochromatic Colors of #934260
Black with #934260
Text Example
Text Example
White with #934260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934260; }
p { color: rgb(147,66,96); }
H1.HeaderClassName
{
color: #934260;
}
.AnyTagClassName
{
color: #934260;
}
</style>
background-color css
<style>
a { background-color: #934260; }
a { background-color: rgb(147,66,96); }
div.DivClassName
{
background-color: #934260;
}
.BgClassName
{
background-color: #934260;
}
</style>
border-color css
<style>
span { border-color: #934260; }
span { border-color: rgb(147,66,96); }
td.TdClassName
{
border-color: #934260;
}
.TagClassName
{
border-color: #934260;
}
</style>