Shades of Cadillac #8F425E
Tints of Cadillac #8F425E
RGB
CMYK
RGB Variations
Color information
#8F425E (or 0x8F425E) is known color: Cadillac. HEX triplet: 8F, 42 and 5E. RGB value is (143,66,94). Sum of RGB (Red+Green+Blue) = 143+66+94=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F425E is #70BDA1. Grayscale: #5C5C5C. Windows color (decimal): -7388578 or 6177423. OLE color: 6177423.
HSL color Cylindrical-coordinate representation of color #8F425E: hue angle of 338.18º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F425E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 94 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.44 |
| HSL | 338.18º | 0.37% | 0.41% | - |
| HSV(B) | 338.18º | 0.54% | 0.56% | - |
| XYZ | 15.3 | 10.54 | 11.82 | - |
| YUV | 92.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 94 | 0 | 0.54 | 0.34 | 0.44 | 338.18 | 0.37 | 0.41 |
| Hex | 8F | 42 | 5E | 0 | 36 | 22 | 2C | 152 | 25 | 29 |
| Octal | 217 | 102 | 136 | 0 | 66 | 42 | 54 | 522 | 45 | 51 |
| Binary | 10001111 | 1000010 | 1011110 | 0 | 110110 | 100010 | 101100 | 101010010 | 100101 | 101001 |
Color Harmonies of #8F425E
Complementary color
Monochromatic Colors of #8F425E
Black with #8F425E
Text Example
Text Example
White with #8F425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F425E; }
p { color: rgb(143,66,94); }
H1.HeaderClassName
{
color: #8F425E;
}
.AnyTagClassName
{
color: #8F425E;
}
</style>
background-color css
<style>
a { background-color: #8F425E; }
a { background-color: rgb(143,66,94); }
div.DivClassName
{
background-color: #8F425E;
}
.BgClassName
{
background-color: #8F425E;
}
</style>
border-color css
<style>
span { border-color: #8F425E; }
span { border-color: rgb(143,66,94); }
td.TdClassName
{
border-color: #8F425E;
}
.TagClassName
{
border-color: #8F425E;
}
</style>