Shades of Cadillac #8F495D
Tints of Cadillac #8F495D
RGB
CMYK
RGB Variations
Color information
#8F495D (or 0x8F495D) is known color: Cadillac. HEX triplet: 8F, 49 and 5D. RGB value is (143,73,93). Sum of RGB (Red+Green+Blue) = 143+73+93=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F495D is #70B6A2. Grayscale: #606060. Windows color (decimal): -7386787 or 6113679. OLE color: 6113679.
HSL color Cylindrical-coordinate representation of color #8F495D: hue angle of 342.86º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F495D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 73 | 93 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.44 |
| HSL | 342.86º | 0.32% | 0.42% | - |
| HSV(B) | 342.86º | 0.49% | 0.56% | - |
| XYZ | 15.69 | 11.4 | 11.73 | - |
| YUV | 96.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 93 | 0 | 0.49 | 0.35 | 0.44 | 342.86 | 0.32 | 0.42 |
| Hex | 8F | 49 | 5D | 0 | 31 | 23 | 2C | 157 | 20 | 2A |
| Octal | 217 | 111 | 135 | 0 | 61 | 43 | 54 | 527 | 40 | 52 |
| Binary | 10001111 | 1001001 | 1011101 | 0 | 110001 | 100011 | 101100 | 101010111 | 100000 | 101010 |
Color Harmonies of #8F495D
Complementary color
Monochromatic Colors of #8F495D
Black with #8F495D
Text Example
Text Example
White with #8F495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F495D; }
p { color: rgb(143,73,93); }
H1.HeaderClassName
{
color: #8F495D;
}
.AnyTagClassName
{
color: #8F495D;
}
</style>
background-color css
<style>
a { background-color: #8F495D; }
a { background-color: rgb(143,73,93); }
div.DivClassName
{
background-color: #8F495D;
}
.BgClassName
{
background-color: #8F495D;
}
</style>
border-color css
<style>
span { border-color: #8F495D; }
span { border-color: rgb(143,73,93); }
td.TdClassName
{
border-color: #8F495D;
}
.TagClassName
{
border-color: #8F495D;
}
</style>