Shades of Cadillac #99485D
Tints of Cadillac #99485D
RGB
CMYK
RGB Variations
Color information
#99485D (or 0x99485D) is known color: Cadillac. HEX triplet: 99, 48 and 5D. RGB value is (153,72,93). Sum of RGB (Red+Green+Blue) = 153+72+93=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99485D is #66B7A2. Grayscale: #626262. Windows color (decimal): -6731683 or 6113433. OLE color: 6113433.
HSL color Cylindrical-coordinate representation of color #99485D: hue angle of 344.44º 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 #99485D is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 93 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.4 |
| HSL | 344.44º | 0.36% | 0.44% | - |
| HSV(B) | 344.44º | 0.53% | 0.6% | - |
| XYZ | 17.43 | 12.2 | 11.79 | - |
| YUV | 98.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 93 | 0 | 0.53 | 0.39 | 0.4 | 344.44 | 0.36 | 0.44 |
| Hex | 99 | 48 | 5D | 0 | 35 | 27 | 28 | 158 | 24 | 2C |
| Octal | 231 | 110 | 135 | 0 | 65 | 47 | 50 | 530 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1011101 | 0 | 110101 | 100111 | 101000 | 101011000 | 100100 | 101100 |
Color Harmonies of #99485D
Complementary color
Monochromatic Colors of #99485D
Black with #99485D
Text Example
Text Example
White with #99485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99485D; }
p { color: rgb(153,72,93); }
H1.HeaderClassName
{
color: #99485D;
}
.AnyTagClassName
{
color: #99485D;
}
</style>
background-color css
<style>
a { background-color: #99485D; }
a { background-color: rgb(153,72,93); }
div.DivClassName
{
background-color: #99485D;
}
.BgClassName
{
background-color: #99485D;
}
</style>
border-color css
<style>
span { border-color: #99485D; }
span { border-color: rgb(153,72,93); }
td.TdClassName
{
border-color: #99485D;
}
.TagClassName
{
border-color: #99485D;
}
</style>