Shades of Cadillac #99465A
Tints of Cadillac #99465A
RGB
CMYK
RGB Variations
Color information
#99465A (or 0x99465A) is known color: Cadillac. HEX triplet: 99, 46 and 5A. RGB value is (153,70,90). Sum of RGB (Red+Green+Blue) = 153+70+90=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99465A is #66B9A5. Grayscale: #616161. Windows color (decimal): -6732198 or 5916313. OLE color: 5916313.
HSL color Cylindrical-coordinate representation of color #99465A: hue angle of 345.54º 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 #99465A is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 90 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.4 |
| HSL | 345.54º | 0.37% | 0.44% | - |
| HSV(B) | 345.54º | 0.54% | 0.6% | - |
| XYZ | 17.17 | 11.89 | 11.06 | - |
| YUV | 97.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 90 | 0 | 0.54 | 0.41 | 0.4 | 345.54 | 0.37 | 0.44 |
| Hex | 99 | 46 | 5A | 0 | 36 | 29 | 28 | 15A | 25 | 2C |
| Octal | 231 | 106 | 132 | 0 | 66 | 51 | 50 | 532 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1011010 | 0 | 110110 | 101001 | 101000 | 101011010 | 100101 | 101100 |
Color Harmonies of #99465A
Complementary color
Monochromatic Colors of #99465A
Black with #99465A
Text Example
Text Example
White with #99465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99465A; }
p { color: rgb(153,70,90); }
H1.HeaderClassName
{
color: #99465A;
}
.AnyTagClassName
{
color: #99465A;
}
</style>
background-color css
<style>
a { background-color: #99465A; }
a { background-color: rgb(153,70,90); }
div.DivClassName
{
background-color: #99465A;
}
.BgClassName
{
background-color: #99465A;
}
</style>
border-color css
<style>
span { border-color: #99465A; }
span { border-color: rgb(153,70,90); }
td.TdClassName
{
border-color: #99465A;
}
.TagClassName
{
border-color: #99465A;
}
</style>