Shades of Cadillac #904264
Tints of Cadillac #904264
RGB
CMYK
RGB Variations
Color information
#904264 (or 0x904264) is known color: Cadillac. HEX triplet: 90, 42 and 64. RGB value is (144,66,100). Sum of RGB (Red+Green+Blue) = 144+66+100=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #904264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904264 is #6FBD9B. Grayscale: #5D5D5D. Windows color (decimal): -7323036 or 6570640. OLE color: 6570640.
HSL color Cylindrical-coordinate representation of color #904264: hue angle of 333.85º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904264 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 66 | 100 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.44 |
| HSL | 333.85º | 0.37% | 0.41% | - |
| HSV(B) | 333.85º | 0.54% | 0.56% | - |
| XYZ | 15.75 | 10.75 | 13.3 | - |
| YUV | 93.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 100 | 0 | 0.54 | 0.31 | 0.44 | 333.85 | 0.37 | 0.41 |
| Hex | 90 | 42 | 64 | 0 | 36 | 1F | 2C | 14E | 25 | 29 |
| Octal | 220 | 102 | 144 | 0 | 66 | 37 | 54 | 516 | 45 | 51 |
| Binary | 10010000 | 1000010 | 1100100 | 0 | 110110 | 11111 | 101100 | 101001110 | 100101 | 101001 |
Color Harmonies of #904264
Complementary color
Monochromatic Colors of #904264
Black with #904264
Text Example
Text Example
White with #904264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904264; }
p { color: rgb(144,66,100); }
H1.HeaderClassName
{
color: #904264;
}
.AnyTagClassName
{
color: #904264;
}
</style>
background-color css
<style>
a { background-color: #904264; }
a { background-color: rgb(144,66,100); }
div.DivClassName
{
background-color: #904264;
}
.BgClassName
{
background-color: #904264;
}
</style>
border-color css
<style>
span { border-color: #904264; }
span { border-color: rgb(144,66,100); }
td.TdClassName
{
border-color: #904264;
}
.TagClassName
{
border-color: #904264;
}
</style>