Shades of Cadillac #8F4468
Tints of Cadillac #8F4468
RGB
CMYK
RGB Variations
Color information
#8F4468 (or 0x8F4468) is known color: Cadillac. HEX triplet: 8F, 44 and 68. RGB value is (143,68,104). Sum of RGB (Red+Green+Blue) = 143+68+104=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4468 is #70BB97. Grayscale: #5E5E5E. Windows color (decimal): -7388056 or 6833295. OLE color: 6833295.
HSL color Cylindrical-coordinate representation of color #8F4468: hue angle of 331.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4468 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 104 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.44 |
| HSL | 331.2º | 0.36% | 0.41% | - |
| HSV(B) | 331.2º | 0.52% | 0.56% | - |
| XYZ | 15.89 | 10.97 | 14.38 | - |
| YUV | 94.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 104 | 0 | 0.52 | 0.27 | 0.44 | 331.2 | 0.36 | 0.41 |
| Hex | 8F | 44 | 68 | 0 | 34 | 1B | 2C | 14B | 24 | 29 |
| Octal | 217 | 104 | 150 | 0 | 64 | 33 | 54 | 513 | 44 | 51 |
| Binary | 10001111 | 1000100 | 1101000 | 0 | 110100 | 11011 | 101100 | 101001011 | 100100 | 101001 |
Color Harmonies of #8F4468
Complementary color
Monochromatic Colors of #8F4468
Black with #8F4468
Text Example
Text Example
White with #8F4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4468; }
p { color: rgb(143,68,104); }
H1.HeaderClassName
{
color: #8F4468;
}
.AnyTagClassName
{
color: #8F4468;
}
</style>
background-color css
<style>
a { background-color: #8F4468; }
a { background-color: rgb(143,68,104); }
div.DivClassName
{
background-color: #8F4468;
}
.BgClassName
{
background-color: #8F4468;
}
</style>
border-color css
<style>
span { border-color: #8F4468; }
span { border-color: rgb(143,68,104); }
td.TdClassName
{
border-color: #8F4468;
}
.TagClassName
{
border-color: #8F4468;
}
</style>