Shades of Cadillac #99486A
Tints of Cadillac #99486A
RGB
CMYK
RGB Variations
Color information
#99486A (or 0x99486A) is known color: Cadillac. HEX triplet: 99, 48 and 6A. RGB value is (153,72,106). Sum of RGB (Red+Green+Blue) = 153+72+106=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99486A is #66B795. Grayscale: #646464. Windows color (decimal): -6731670 or 6965401. OLE color: 6965401.
HSL color Cylindrical-coordinate representation of color #99486A: hue angle of 334.81º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99486A is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 106 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.4 |
| HSL | 334.81º | 0.36% | 0.44% | - |
| HSV(B) | 334.81º | 0.53% | 0.6% | - |
| XYZ | 18.06 | 12.45 | 15.09 | - |
| YUV | 100.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 106 | 0 | 0.53 | 0.31 | 0.4 | 334.81 | 0.36 | 0.44 |
| Hex | 99 | 48 | 6A | 0 | 35 | 1F | 28 | 14F | 24 | 2C |
| Octal | 231 | 110 | 152 | 0 | 65 | 37 | 50 | 517 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1101010 | 0 | 110101 | 11111 | 101000 | 101001111 | 100100 | 101100 |
Color Harmonies of #99486A
Complementary color
Monochromatic Colors of #99486A
Black with #99486A
Text Example
Text Example
White with #99486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99486A; }
p { color: rgb(153,72,106); }
H1.HeaderClassName
{
color: #99486A;
}
.AnyTagClassName
{
color: #99486A;
}
</style>
background-color css
<style>
a { background-color: #99486A; }
a { background-color: rgb(153,72,106); }
div.DivClassName
{
background-color: #99486A;
}
.BgClassName
{
background-color: #99486A;
}
</style>
border-color css
<style>
span { border-color: #99486A; }
span { border-color: rgb(153,72,106); }
td.TdClassName
{
border-color: #99486A;
}
.TagClassName
{
border-color: #99486A;
}
</style>