Shades of Cadillac #99485C
Tints of Cadillac #99485C
RGB
CMYK
RGB Variations
Color information
#99485C (or 0x99485C) is known color: Cadillac. HEX triplet: 99, 48 and 5C. RGB value is (153,72,92). Sum of RGB (Red+Green+Blue) = 153+72+92=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99485C is #66B7A3. Grayscale: #626262. Windows color (decimal): -6731684 or 6047897. OLE color: 6047897.
HSL color Cylindrical-coordinate representation of color #99485C: hue angle of 345.19º 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 #99485C is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 92 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.4 |
| HSL | 345.19º | 0.36% | 0.44% | - |
| HSV(B) | 345.19º | 0.53% | 0.6% | - |
| XYZ | 17.39 | 12.18 | 11.56 | - |
| YUV | 98.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 92 | 0 | 0.53 | 0.40 | 0.4 | 345.19 | 0.36 | 0.44 |
| Hex | 99 | 48 | 5C | 0 | 35 | 28 | 28 | 159 | 24 | 2C |
| Octal | 231 | 110 | 134 | 0 | 65 | 50 | 50 | 531 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1011100 | 0 | 110101 | 101000 | 101000 | 101011001 | 100100 | 101100 |
Color Harmonies of #99485C
Complementary color
Monochromatic Colors of #99485C
Black with #99485C
Text Example
Text Example
White with #99485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99485C; }
p { color: rgb(153,72,92); }
H1.HeaderClassName
{
color: #99485C;
}
.AnyTagClassName
{
color: #99485C;
}
</style>
background-color css
<style>
a { background-color: #99485C; }
a { background-color: rgb(153,72,92); }
div.DivClassName
{
background-color: #99485C;
}
.BgClassName
{
background-color: #99485C;
}
</style>
border-color css
<style>
span { border-color: #99485C; }
span { border-color: rgb(153,72,92); }
td.TdClassName
{
border-color: #99485C;
}
.TagClassName
{
border-color: #99485C;
}
</style>