Shades of Cadillac #99465F
Tints of Cadillac #99465F
RGB
CMYK
RGB Variations
Color information
#99465F (or 0x99465F) is known color: Cadillac. HEX triplet: 99, 46 and 5F. RGB value is (153,70,95). Sum of RGB (Red+Green+Blue) = 153+70+95=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99465F is #66B9A0. Grayscale: #616161. Windows color (decimal): -6732193 or 6243993. OLE color: 6243993.
HSL color Cylindrical-coordinate representation of color #99465F: hue angle of 341.93º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99465F is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 95 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.4 |
| HSL | 341.93º | 0.37% | 0.44% | - |
| HSV(B) | 341.93º | 0.54% | 0.6% | - |
| XYZ | 17.39 | 11.98 | 12.22 | - |
| YUV | 97.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 95 | 0 | 0.54 | 0.38 | 0.4 | 341.93 | 0.37 | 0.44 |
| Hex | 99 | 46 | 5F | 0 | 36 | 26 | 28 | 156 | 25 | 2C |
| Octal | 231 | 106 | 137 | 0 | 66 | 46 | 50 | 526 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1011111 | 0 | 110110 | 100110 | 101000 | 101010110 | 100101 | 101100 |
Color Harmonies of #99465F
Complementary color
Monochromatic Colors of #99465F
Black with #99465F
Text Example
Text Example
White with #99465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99465F; }
p { color: rgb(153,70,95); }
H1.HeaderClassName
{
color: #99465F;
}
.AnyTagClassName
{
color: #99465F;
}
</style>
background-color css
<style>
a { background-color: #99465F; }
a { background-color: rgb(153,70,95); }
div.DivClassName
{
background-color: #99465F;
}
.BgClassName
{
background-color: #99465F;
}
</style>
border-color css
<style>
span { border-color: #99465F; }
span { border-color: rgb(153,70,95); }
td.TdClassName
{
border-color: #99465F;
}
.TagClassName
{
border-color: #99465F;
}
</style>