Shades of Cadillac #8F4362
Tints of Cadillac #8F4362
RGB
CMYK
RGB Variations
Color information
#8F4362 (or 0x8F4362) is known color: Cadillac. HEX triplet: 8F, 43 and 62. RGB value is (143,67,98). Sum of RGB (Red+Green+Blue) = 143+67+98=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4362 is #70BC9D. Grayscale: #5D5D5D. Windows color (decimal): -7388318 or 6439823. OLE color: 6439823.
HSL color Cylindrical-coordinate representation of color #8F4362: hue angle of 335.53º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F4362 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 67 | 98 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.44 |
| HSL | 335.53º | 0.36% | 0.41% | - |
| HSV(B) | 335.53º | 0.53% | 0.56% | - |
| XYZ | 15.54 | 10.74 | 12.81 | - |
| YUV | 93.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 67 | 98 | 0 | 0.53 | 0.31 | 0.44 | 335.53 | 0.36 | 0.41 |
| Hex | 8F | 43 | 62 | 0 | 35 | 1F | 2C | 150 | 24 | 29 |
| Octal | 217 | 103 | 142 | 0 | 65 | 37 | 54 | 520 | 44 | 51 |
| Binary | 10001111 | 1000011 | 1100010 | 0 | 110101 | 11111 | 101100 | 101010000 | 100100 | 101001 |
Color Harmonies of #8F4362
Complementary color
Monochromatic Colors of #8F4362
Black with #8F4362
Text Example
Text Example
White with #8F4362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4362; }
p { color: rgb(143,67,98); }
H1.HeaderClassName
{
color: #8F4362;
}
.AnyTagClassName
{
color: #8F4362;
}
</style>
background-color css
<style>
a { background-color: #8F4362; }
a { background-color: rgb(143,67,98); }
div.DivClassName
{
background-color: #8F4362;
}
.BgClassName
{
background-color: #8F4362;
}
</style>
border-color css
<style>
span { border-color: #8F4362; }
span { border-color: rgb(143,67,98); }
td.TdClassName
{
border-color: #8F4362;
}
.TagClassName
{
border-color: #8F4362;
}
</style>