Shades of Cadillac #904764
Tints of Cadillac #904764
RGB
CMYK
RGB Variations
Color information
#904764 (or 0x904764) is known color: Cadillac. HEX triplet: 90, 47 and 64. RGB value is (144,71,100). Sum of RGB (Red+Green+Blue) = 144+71+100=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #904764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904764 is #6FB89B. Grayscale: #606060. Windows color (decimal): -7321756 or 6571920. OLE color: 6571920.
HSL color Cylindrical-coordinate representation of color #904764: hue angle of 336.16º 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 #904764 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 100 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.44 |
| HSL | 336.16º | 0.34% | 0.42% | - |
| HSV(B) | 336.16º | 0.51% | 0.56% | - |
| XYZ | 16.06 | 11.36 | 13.4 | - |
| YUV | 96.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 100 | 0 | 0.51 | 0.31 | 0.44 | 336.16 | 0.34 | 0.42 |
| Hex | 90 | 47 | 64 | 0 | 33 | 1F | 2C | 150 | 22 | 2A |
| Octal | 220 | 107 | 144 | 0 | 63 | 37 | 54 | 520 | 42 | 52 |
| Binary | 10010000 | 1000111 | 1100100 | 0 | 110011 | 11111 | 101100 | 101010000 | 100010 | 101010 |
Color Harmonies of #904764
Complementary color
Monochromatic Colors of #904764
Black with #904764
Text Example
Text Example
White with #904764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904764; }
p { color: rgb(144,71,100); }
H1.HeaderClassName
{
color: #904764;
}
.AnyTagClassName
{
color: #904764;
}
</style>
background-color css
<style>
a { background-color: #904764; }
a { background-color: rgb(144,71,100); }
div.DivClassName
{
background-color: #904764;
}
.BgClassName
{
background-color: #904764;
}
</style>
border-color css
<style>
span { border-color: #904764; }
span { border-color: rgb(144,71,100); }
td.TdClassName
{
border-color: #904764;
}
.TagClassName
{
border-color: #904764;
}
</style>