Shades of Cadillac #933F5E
Tints of Cadillac #933F5E
RGB
CMYK
RGB Variations
Color information
#933F5E (or 0x933F5E) is known color: Cadillac. HEX triplet: 93, 3F and 5E. RGB value is (147,63,94). Sum of RGB (Red+Green+Blue) = 147+63+94=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #933F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933F5E is #6CC0A1. Grayscale: #5B5B5B. Windows color (decimal): -7127202 or 6176659. OLE color: 6176659.
HSL color Cylindrical-coordinate representation of color #933F5E: hue angle of 337.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #933F5E is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 63 | 94 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.42 |
| HSL | 337.86º | 0.4% | 0.41% | - |
| HSV(B) | 337.86º | 0.57% | 0.58% | - |
| XYZ | 15.83 | 10.57 | 11.79 | - |
| YUV | 91.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 94 | 0 | 0.57 | 0.36 | 0.42 | 337.86 | 0.4 | 0.41 |
| Hex | 93 | 3F | 5E | 0 | 39 | 24 | 2A | 152 | 28 | 29 |
| Octal | 223 | 77 | 136 | 0 | 71 | 44 | 52 | 522 | 50 | 51 |
| Binary | 10010011 | 111111 | 1011110 | 0 | 111001 | 100100 | 101010 | 101010010 | 101000 | 101001 |
Color Harmonies of #933F5E
Complementary color
Monochromatic Colors of #933F5E
Black with #933F5E
Text Example
Text Example
White with #933F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933F5E; }
p { color: rgb(147,63,94); }
H1.HeaderClassName
{
color: #933F5E;
}
.AnyTagClassName
{
color: #933F5E;
}
</style>
background-color css
<style>
a { background-color: #933F5E; }
a { background-color: rgb(147,63,94); }
div.DivClassName
{
background-color: #933F5E;
}
.BgClassName
{
background-color: #933F5E;
}
</style>
border-color css
<style>
span { border-color: #933F5E; }
span { border-color: rgb(147,63,94); }
td.TdClassName
{
border-color: #933F5E;
}
.TagClassName
{
border-color: #933F5E;
}
</style>