Shades of Cadillac #934262
Tints of Cadillac #934262
RGB
CMYK
RGB Variations
Color information
#934262 (or 0x934262) is known color: Cadillac. HEX triplet: 93, 42 and 62. RGB value is (147,66,98). Sum of RGB (Red+Green+Blue) = 147+66+98=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #934262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934262 is #6CBD9D. Grayscale: #5D5D5D. Windows color (decimal): -7126430 or 6439571. OLE color: 6439571.
HSL color Cylindrical-coordinate representation of color #934262: hue angle of 336.3º 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 #934262 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 98 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.42 |
| HSL | 336.3º | 0.38% | 0.42% | - |
| HSV(B) | 336.3º | 0.55% | 0.58% | - |
| XYZ | 16.19 | 10.98 | 12.82 | - |
| YUV | 93.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 98 | 0 | 0.55 | 0.33 | 0.42 | 336.3 | 0.38 | 0.42 |
| Hex | 93 | 42 | 62 | 0 | 37 | 21 | 2A | 150 | 26 | 2A |
| Octal | 223 | 102 | 142 | 0 | 67 | 41 | 52 | 520 | 46 | 52 |
| Binary | 10010011 | 1000010 | 1100010 | 0 | 110111 | 100001 | 101010 | 101010000 | 100110 | 101010 |
Color Harmonies of #934262
Complementary color
Monochromatic Colors of #934262
Black with #934262
Text Example
Text Example
White with #934262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934262; }
p { color: rgb(147,66,98); }
H1.HeaderClassName
{
color: #934262;
}
.AnyTagClassName
{
color: #934262;
}
</style>
background-color css
<style>
a { background-color: #934262; }
a { background-color: rgb(147,66,98); }
div.DivClassName
{
background-color: #934262;
}
.BgClassName
{
background-color: #934262;
}
</style>
border-color css
<style>
span { border-color: #934262; }
span { border-color: rgb(147,66,98); }
td.TdClassName
{
border-color: #934262;
}
.TagClassName
{
border-color: #934262;
}
</style>