Shades of Cadillac #933C64
Tints of Cadillac #933C64
RGB
CMYK
RGB Variations
Color information
#933C64 (or 0x933C64) is known color: Cadillac. HEX triplet: 93, 3C and 64. RGB value is (147,60,100). Sum of RGB (Red+Green+Blue) = 147+60+100=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #933C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933C64 is #6CC39B. Grayscale: #5A5A5A. Windows color (decimal): -7127964 or 6569107. OLE color: 6569107.
HSL color Cylindrical-coordinate representation of color #933C64: hue angle of 332.41º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #933C64 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 60 | 100 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.42 |
| HSL | 332.41º | 0.42% | 0.41% | - |
| HSV(B) | 332.41º | 0.59% | 0.58% | - |
| XYZ | 15.95 | 10.35 | 13.21 | - |
| YUV | 90.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 100 | 0 | 0.59 | 0.32 | 0.42 | 332.41 | 0.42 | 0.41 |
| Hex | 93 | 3C | 64 | 0 | 3B | 20 | 2A | 14C | 2A | 29 |
| Octal | 223 | 74 | 144 | 0 | 73 | 40 | 52 | 514 | 52 | 51 |
| Binary | 10010011 | 111100 | 1100100 | 0 | 111011 | 100000 | 101010 | 101001100 | 101010 | 101001 |
Color Harmonies of #933C64
Complementary color
Monochromatic Colors of #933C64
Black with #933C64
Text Example
Text Example
White with #933C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933C64; }
p { color: rgb(147,60,100); }
H1.HeaderClassName
{
color: #933C64;
}
.AnyTagClassName
{
color: #933C64;
}
</style>
background-color css
<style>
a { background-color: #933C64; }
a { background-color: rgb(147,60,100); }
div.DivClassName
{
background-color: #933C64;
}
.BgClassName
{
background-color: #933C64;
}
</style>
border-color css
<style>
span { border-color: #933C64; }
span { border-color: rgb(147,60,100); }
td.TdClassName
{
border-color: #933C64;
}
.TagClassName
{
border-color: #933C64;
}
</style>