Shades of Cadillac #933B6D
Tints of Cadillac #933B6D
RGB
CMYK
RGB Variations
Color information
#933B6D (or 0x933B6D) is known color: Cadillac. HEX triplet: 93, 3B and 6D. RGB value is (147,59,109). Sum of RGB (Red+Green+Blue) = 147+59+109=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #933B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933B6D is #6CC492. Grayscale: #5A5A5A. Windows color (decimal): -7128211 or 7158675. OLE color: 7158675.
HSL color Cylindrical-coordinate representation of color #933B6D: hue angle of 325.91º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #933B6D is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 59 | 109 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.42 |
| HSL | 325.91º | 0.43% | 0.4% | - |
| HSV(B) | 325.91º | 0.6% | 0.58% | - |
| XYZ | 16.36 | 10.44 | 15.62 | - |
| YUV | 91.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 59 | 109 | 0 | 0.60 | 0.26 | 0.42 | 325.91 | 0.43 | 0.4 |
| Hex | 93 | 3B | 6D | 0 | 3C | 1A | 2A | 146 | 2B | 28 |
| Octal | 223 | 73 | 155 | 0 | 74 | 32 | 52 | 506 | 53 | 50 |
| Binary | 10010011 | 111011 | 1101101 | 0 | 111100 | 11010 | 101010 | 101000110 | 101011 | 101000 |
Color Harmonies of #933B6D
Complementary color
Monochromatic Colors of #933B6D
Black with #933B6D
Text Example
Text Example
White with #933B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933B6D; }
p { color: rgb(147,59,109); }
H1.HeaderClassName
{
color: #933B6D;
}
.AnyTagClassName
{
color: #933B6D;
}
</style>
background-color css
<style>
a { background-color: #933B6D; }
a { background-color: rgb(147,59,109); }
div.DivClassName
{
background-color: #933B6D;
}
.BgClassName
{
background-color: #933B6D;
}
</style>
border-color css
<style>
span { border-color: #933B6D; }
span { border-color: rgb(147,59,109); }
td.TdClassName
{
border-color: #933B6D;
}
.TagClassName
{
border-color: #933B6D;
}
</style>