Shades of Cadillac #99485F
Tints of Cadillac #99485F
RGB
CMYK
RGB Variations
Color information
#99485F (or 0x99485F) is known color: Cadillac. HEX triplet: 99, 48 and 5F. RGB value is (153,72,95). Sum of RGB (Red+Green+Blue) = 153+72+95=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #99485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99485F is #66B7A0. Grayscale: #626262. Windows color (decimal): -6731681 or 6244505. OLE color: 6244505.
HSL color Cylindrical-coordinate representation of color #99485F: hue angle of 342.96º 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 #99485F is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 95 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.4 |
| HSL | 342.96º | 0.36% | 0.44% | - |
| HSV(B) | 342.96º | 0.53% | 0.6% | - |
| XYZ | 17.52 | 12.23 | 12.26 | - |
| YUV | 98.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 95 | 0 | 0.53 | 0.38 | 0.4 | 342.96 | 0.36 | 0.44 |
| Hex | 99 | 48 | 5F | 0 | 35 | 26 | 28 | 157 | 24 | 2C |
| Octal | 231 | 110 | 137 | 0 | 65 | 46 | 50 | 527 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1011111 | 0 | 110101 | 100110 | 101000 | 101010111 | 100100 | 101100 |
Color Harmonies of #99485F
Complementary color
Monochromatic Colors of #99485F
Black with #99485F
Text Example
Text Example
White with #99485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99485F; }
p { color: rgb(153,72,95); }
H1.HeaderClassName
{
color: #99485F;
}
.AnyTagClassName
{
color: #99485F;
}
</style>
background-color css
<style>
a { background-color: #99485F; }
a { background-color: rgb(153,72,95); }
div.DivClassName
{
background-color: #99485F;
}
.BgClassName
{
background-color: #99485F;
}
</style>
border-color css
<style>
span { border-color: #99485F; }
span { border-color: rgb(153,72,95); }
td.TdClassName
{
border-color: #99485F;
}
.TagClassName
{
border-color: #99485F;
}
</style>