Shades of Cadillac #904057
Tints of Cadillac #904057
RGB
CMYK
RGB Variations
Color information
#904057 (or 0x904057) is known color: Cadillac. HEX triplet: 90, 40 and 57. RGB value is (144,64,87). Sum of RGB (Red+Green+Blue) = 144+64+87=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #904057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904057 is #6FBFA8. Grayscale: #5A5A5A. Windows color (decimal): -7323561 or 5718160. OLE color: 5718160.
HSL color Cylindrical-coordinate representation of color #904057: hue angle of 342.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904057 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 87 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.44 |
| HSL | 342.75º | 0.38% | 0.41% | - |
| HSV(B) | 342.75º | 0.56% | 0.56% | - |
| XYZ | 15.06 | 10.28 | 10.21 | - |
| YUV | 90.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 87 | 0 | 0.56 | 0.40 | 0.44 | 342.75 | 0.38 | 0.41 |
| Hex | 90 | 40 | 57 | 0 | 38 | 28 | 2C | 157 | 26 | 29 |
| Octal | 220 | 100 | 127 | 0 | 70 | 50 | 54 | 527 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1010111 | 0 | 111000 | 101000 | 101100 | 101010111 | 100110 | 101001 |
Color Harmonies of #904057
Complementary color
Monochromatic Colors of #904057
Black with #904057
Text Example
Text Example
White with #904057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904057; }
p { color: rgb(144,64,87); }
H1.HeaderClassName
{
color: #904057;
}
.AnyTagClassName
{
color: #904057;
}
</style>
background-color css
<style>
a { background-color: #904057; }
a { background-color: rgb(144,64,87); }
div.DivClassName
{
background-color: #904057;
}
.BgClassName
{
background-color: #904057;
}
</style>
border-color css
<style>
span { border-color: #904057; }
span { border-color: rgb(144,64,87); }
td.TdClassName
{
border-color: #904057;
}
.TagClassName
{
border-color: #904057;
}
</style>