Shades of Cadillac #904566
Tints of Cadillac #904566
RGB
CMYK
RGB Variations
Color information
#904566 (or 0x904566) is known color: Cadillac. HEX triplet: 90, 45 and 66. RGB value is (144,69,102). Sum of RGB (Red+Green+Blue) = 144+69+102=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #904566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904566 is #6FBA99. Grayscale: #5F5F5F. Windows color (decimal): -7322266 or 6702480. OLE color: 6702480.
HSL color Cylindrical-coordinate representation of color #904566: hue angle of 333.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #904566 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 69 | 102 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.44 |
| HSL | 333.6º | 0.35% | 0.42% | - |
| HSV(B) | 333.6º | 0.52% | 0.56% | - |
| XYZ | 16.03 | 11.14 | 13.88 | - |
| YUV | 95.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 102 | 0 | 0.52 | 0.29 | 0.44 | 333.6 | 0.35 | 0.42 |
| Hex | 90 | 45 | 66 | 0 | 34 | 1D | 2C | 14E | 23 | 2A |
| Octal | 220 | 105 | 146 | 0 | 64 | 35 | 54 | 516 | 43 | 52 |
| Binary | 10010000 | 1000101 | 1100110 | 0 | 110100 | 11101 | 101100 | 101001110 | 100011 | 101010 |
Color Harmonies of #904566
Complementary color
Monochromatic Colors of #904566
Black with #904566
Text Example
Text Example
White with #904566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904566; }
p { color: rgb(144,69,102); }
H1.HeaderClassName
{
color: #904566;
}
.AnyTagClassName
{
color: #904566;
}
</style>
background-color css
<style>
a { background-color: #904566; }
a { background-color: rgb(144,69,102); }
div.DivClassName
{
background-color: #904566;
}
.BgClassName
{
background-color: #904566;
}
</style>
border-color css
<style>
span { border-color: #904566; }
span { border-color: rgb(144,69,102); }
td.TdClassName
{
border-color: #904566;
}
.TagClassName
{
border-color: #904566;
}
</style>