Shades of Cadillac #903B66
Tints of Cadillac #903B66
RGB
CMYK
RGB Variations
Color information
#903B66 (or 0x903B66) is known color: Cadillac. HEX triplet: 90, 3B and 66. RGB value is (144,59,102). Sum of RGB (Red+Green+Blue) = 144+59+102=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #903B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903B66 is #6FC499. Grayscale: #595959. Windows color (decimal): -7324826 or 6699920. OLE color: 6699920.
HSL color Cylindrical-coordinate representation of color #903B66: hue angle of 329.65º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #903B66 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 59 | 102 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.44 |
| HSL | 329.65º | 0.42% | 0.4% | - |
| HSV(B) | 329.65º | 0.59% | 0.56% | - |
| XYZ | 15.46 | 10.02 | 13.69 | - |
| YUV | 89.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 102 | 0 | 0.59 | 0.29 | 0.44 | 329.65 | 0.42 | 0.4 |
| Hex | 90 | 3B | 66 | 0 | 3B | 1D | 2C | 14A | 2A | 28 |
| Octal | 220 | 73 | 146 | 0 | 73 | 35 | 54 | 512 | 52 | 50 |
| Binary | 10010000 | 111011 | 1100110 | 0 | 111011 | 11101 | 101100 | 101001010 | 101010 | 101000 |
Color Harmonies of #903B66
Complementary color
Monochromatic Colors of #903B66
Black with #903B66
Text Example
Text Example
White with #903B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903B66; }
p { color: rgb(144,59,102); }
H1.HeaderClassName
{
color: #903B66;
}
.AnyTagClassName
{
color: #903B66;
}
</style>
background-color css
<style>
a { background-color: #903B66; }
a { background-color: rgb(144,59,102); }
div.DivClassName
{
background-color: #903B66;
}
.BgClassName
{
background-color: #903B66;
}
</style>
border-color css
<style>
span { border-color: #903B66; }
span { border-color: rgb(144,59,102); }
td.TdClassName
{
border-color: #903B66;
}
.TagClassName
{
border-color: #903B66;
}
</style>