Shades of Cadillac #99466E
Tints of Cadillac #99466E
RGB
CMYK
RGB Variations
Color information
#99466E (or 0x99466E) is known color: Cadillac. HEX triplet: 99, 46 and 6E. RGB value is (153,70,110). Sum of RGB (Red+Green+Blue) = 153+70+110=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99466E is #66B991. Grayscale: #636363. Windows color (decimal): -6732178 or 7227033. OLE color: 7227033.
HSL color Cylindrical-coordinate representation of color #99466E: hue angle of 331.08º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99466E is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 110 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.4 |
| HSL | 331.08º | 0.37% | 0.44% | - |
| HSV(B) | 331.08º | 0.54% | 0.6% | - |
| XYZ | 18.14 | 12.28 | 16.17 | - |
| YUV | 99.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 110 | 0 | 0.54 | 0.28 | 0.4 | 331.08 | 0.37 | 0.44 |
| Hex | 99 | 46 | 6E | 0 | 36 | 1C | 28 | 14B | 25 | 2C |
| Octal | 231 | 106 | 156 | 0 | 66 | 34 | 50 | 513 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1101110 | 0 | 110110 | 11100 | 101000 | 101001011 | 100101 | 101100 |
Color Harmonies of #99466E
Complementary color
Monochromatic Colors of #99466E
Black with #99466E
Text Example
Text Example
White with #99466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99466E; }
p { color: rgb(153,70,110); }
H1.HeaderClassName
{
color: #99466E;
}
.AnyTagClassName
{
color: #99466E;
}
</style>
background-color css
<style>
a { background-color: #99466E; }
a { background-color: rgb(153,70,110); }
div.DivClassName
{
background-color: #99466E;
}
.BgClassName
{
background-color: #99466E;
}
</style>
border-color css
<style>
span { border-color: #99466E; }
span { border-color: rgb(153,70,110); }
td.TdClassName
{
border-color: #99466E;
}
.TagClassName
{
border-color: #99466E;
}
</style>