Shades of Cadillac #904766
Tints of Cadillac #904766
RGB
CMYK
RGB Variations
Color information
#904766 (or 0x904766) is known color: Cadillac. HEX triplet: 90, 47 and 66. RGB value is (144,71,102). Sum of RGB (Red+Green+Blue) = 144+71+102=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #904766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904766 is #6FB899. Grayscale: #606060. Windows color (decimal): -7321754 or 6702992. OLE color: 6702992.
HSL color Cylindrical-coordinate representation of color #904766: hue angle of 334.52º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904766 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 102 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.44 |
| HSL | 334.52º | 0.34% | 0.42% | - |
| HSV(B) | 334.52º | 0.51% | 0.56% | - |
| XYZ | 16.15 | 11.4 | 13.92 | - |
| YUV | 96.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 102 | 0 | 0.51 | 0.29 | 0.44 | 334.52 | 0.34 | 0.42 |
| Hex | 90 | 47 | 66 | 0 | 33 | 1D | 2C | 14F | 22 | 2A |
| Octal | 220 | 107 | 146 | 0 | 63 | 35 | 54 | 517 | 42 | 52 |
| Binary | 10010000 | 1000111 | 1100110 | 0 | 110011 | 11101 | 101100 | 101001111 | 100010 | 101010 |
Color Harmonies of #904766
Complementary color
Monochromatic Colors of #904766
Black with #904766
Text Example
Text Example
White with #904766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904766; }
p { color: rgb(144,71,102); }
H1.HeaderClassName
{
color: #904766;
}
.AnyTagClassName
{
color: #904766;
}
</style>
background-color css
<style>
a { background-color: #904766; }
a { background-color: rgb(144,71,102); }
div.DivClassName
{
background-color: #904766;
}
.BgClassName
{
background-color: #904766;
}
</style>
border-color css
<style>
span { border-color: #904766; }
span { border-color: rgb(144,71,102); }
td.TdClassName
{
border-color: #904766;
}
.TagClassName
{
border-color: #904766;
}
</style>