Shades of Cadillac #904662
Tints of Cadillac #904662
RGB
CMYK
RGB Variations
Color information
#904662 (or 0x904662) is known color: Cadillac. HEX triplet: 90, 46 and 62. RGB value is (144,70,98). Sum of RGB (Red+Green+Blue) = 144+70+98=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #904662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904662 is #6FB99D. Grayscale: #5F5F5F. Windows color (decimal): -7322014 or 6440592. OLE color: 6440592.
HSL color Cylindrical-coordinate representation of color #904662: hue angle of 337.3º degrees, saturation: 0.35, 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 #904662 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 98 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.44 |
| HSL | 337.3º | 0.35% | 0.42% | - |
| HSV(B) | 337.3º | 0.51% | 0.56% | - |
| XYZ | 15.9 | 11.19 | 12.88 | - |
| YUV | 95.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 98 | 0 | 0.51 | 0.32 | 0.44 | 337.3 | 0.35 | 0.42 |
| Hex | 90 | 46 | 62 | 0 | 33 | 20 | 2C | 151 | 23 | 2A |
| Octal | 220 | 106 | 142 | 0 | 63 | 40 | 54 | 521 | 43 | 52 |
| Binary | 10010000 | 1000110 | 1100010 | 0 | 110011 | 100000 | 101100 | 101010001 | 100011 | 101010 |
Color Harmonies of #904662
Complementary color
Monochromatic Colors of #904662
Black with #904662
Text Example
Text Example
White with #904662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904662; }
p { color: rgb(144,70,98); }
H1.HeaderClassName
{
color: #904662;
}
.AnyTagClassName
{
color: #904662;
}
</style>
background-color css
<style>
a { background-color: #904662; }
a { background-color: rgb(144,70,98); }
div.DivClassName
{
background-color: #904662;
}
.BgClassName
{
background-color: #904662;
}
</style>
border-color css
<style>
span { border-color: #904662; }
span { border-color: rgb(144,70,98); }
td.TdClassName
{
border-color: #904662;
}
.TagClassName
{
border-color: #904662;
}
</style>