Shades of Cadillac #90446A
Tints of Cadillac #90446A
RGB
CMYK
RGB Variations
Color information
#90446A (or 0x90446A) is known color: Cadillac. HEX triplet: 90, 44 and 6A. RGB value is (144,68,106). Sum of RGB (Red+Green+Blue) = 144+68+106=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90446A is #6FBB95. Grayscale: #5E5E5E. Windows color (decimal): -7322518 or 6964368. OLE color: 6964368.
HSL color Cylindrical-coordinate representation of color #90446A: hue angle of 330º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90446A is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 106 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.44 |
| HSL | 330º | 0.36% | 0.42% | - |
| HSV(B) | 330º | 0.53% | 0.56% | - |
| XYZ | 16.17 | 11.1 | 14.93 | - |
| YUV | 95.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 106 | 0 | 0.53 | 0.26 | 0.44 | 330 | 0.36 | 0.42 |
| Hex | 90 | 44 | 6A | 0 | 35 | 1A | 2C | 14A | 24 | 2A |
| Octal | 220 | 104 | 152 | 0 | 65 | 32 | 54 | 512 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1101010 | 0 | 110101 | 11010 | 101100 | 101001010 | 100100 | 101010 |
Color Harmonies of #90446A
Complementary color
Monochromatic Colors of #90446A
Black with #90446A
Text Example
Text Example
White with #90446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90446A; }
p { color: rgb(144,68,106); }
H1.HeaderClassName
{
color: #90446A;
}
.AnyTagClassName
{
color: #90446A;
}
</style>
background-color css
<style>
a { background-color: #90446A; }
a { background-color: rgb(144,68,106); }
div.DivClassName
{
background-color: #90446A;
}
.BgClassName
{
background-color: #90446A;
}
</style>
border-color css
<style>
span { border-color: #90446A; }
span { border-color: rgb(144,68,106); }
td.TdClassName
{
border-color: #90446A;
}
.TagClassName
{
border-color: #90446A;
}
</style>