Shades of Cadillac #99486B
Tints of Cadillac #99486B
RGB
CMYK
RGB Variations
Color information
#99486B (or 0x99486B) is known color: Cadillac. HEX triplet: 99, 48 and 6B. RGB value is (153,72,107). Sum of RGB (Red+Green+Blue) = 153+72+107=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99486B is #66B794. Grayscale: #646464. Windows color (decimal): -6731669 or 7030937. OLE color: 7030937.
HSL color Cylindrical-coordinate representation of color #99486B: hue angle of 334.07º 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 #99486B is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 107 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.4 |
| HSL | 334.07º | 0.36% | 0.44% | - |
| HSV(B) | 334.07º | 0.53% | 0.6% | - |
| XYZ | 18.11 | 12.47 | 15.36 | - |
| YUV | 100.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 107 | 0 | 0.53 | 0.30 | 0.4 | 334.07 | 0.36 | 0.44 |
| Hex | 99 | 48 | 6B | 0 | 35 | 1E | 28 | 14E | 24 | 2C |
| Octal | 231 | 110 | 153 | 0 | 65 | 36 | 50 | 516 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1101011 | 0 | 110101 | 11110 | 101000 | 101001110 | 100100 | 101100 |
Color Harmonies of #99486B
Complementary color
Monochromatic Colors of #99486B
Black with #99486B
Text Example
Text Example
White with #99486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99486B; }
p { color: rgb(153,72,107); }
H1.HeaderClassName
{
color: #99486B;
}
.AnyTagClassName
{
color: #99486B;
}
</style>
background-color css
<style>
a { background-color: #99486B; }
a { background-color: rgb(153,72,107); }
div.DivClassName
{
background-color: #99486B;
}
.BgClassName
{
background-color: #99486B;
}
</style>
border-color css
<style>
span { border-color: #99486B; }
span { border-color: rgb(153,72,107); }
td.TdClassName
{
border-color: #99486B;
}
.TagClassName
{
border-color: #99486B;
}
</style>