Shades of Cadillac #933F64
Tints of Cadillac #933F64
RGB
CMYK
RGB Variations
Color information
#933F64 (or 0x933F64) is known color: Cadillac. HEX triplet: 93, 3F and 64. RGB value is (147,63,100). Sum of RGB (Red+Green+Blue) = 147+63+100=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #933F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933F64 is #6CC09B. Grayscale: #5C5C5C. Windows color (decimal): -7127196 or 6569875. OLE color: 6569875.
HSL color Cylindrical-coordinate representation of color #933F64: hue angle of 333.57º 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 #933F64 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 63 | 100 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.42 |
| HSL | 333.57º | 0.4% | 0.41% | - |
| HSV(B) | 333.57º | 0.57% | 0.58% | - |
| XYZ | 16.11 | 10.68 | 13.27 | - |
| YUV | 92.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 100 | 0 | 0.57 | 0.32 | 0.42 | 333.57 | 0.4 | 0.41 |
| Hex | 93 | 3F | 64 | 0 | 39 | 20 | 2A | 14E | 28 | 29 |
| Octal | 223 | 77 | 144 | 0 | 71 | 40 | 52 | 516 | 50 | 51 |
| Binary | 10010011 | 111111 | 1100100 | 0 | 111001 | 100000 | 101010 | 101001110 | 101000 | 101001 |
Color Harmonies of #933F64
Complementary color
Monochromatic Colors of #933F64
Black with #933F64
Text Example
Text Example
White with #933F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933F64; }
p { color: rgb(147,63,100); }
H1.HeaderClassName
{
color: #933F64;
}
.AnyTagClassName
{
color: #933F64;
}
</style>
background-color css
<style>
a { background-color: #933F64; }
a { background-color: rgb(147,63,100); }
div.DivClassName
{
background-color: #933F64;
}
.BgClassName
{
background-color: #933F64;
}
</style>
border-color css
<style>
span { border-color: #933F64; }
span { border-color: rgb(147,63,100); }
td.TdClassName
{
border-color: #933F64;
}
.TagClassName
{
border-color: #933F64;
}
</style>