Shades of Cadillac #8D3F68
Tints of Cadillac #8D3F68
RGB
CMYK
RGB Variations
Color information
#8D3F68 (or 0x8D3F68) is known color: Cadillac. HEX triplet: 8D, 3F and 68. RGB value is (141,63,104). Sum of RGB (Red+Green+Blue) = 141+63+104=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F68 is #72C097. Grayscale: #5A5A5A. Windows color (decimal): -7520408 or 6832013. OLE color: 6832013.
HSL color Cylindrical-coordinate representation of color #8D3F68: hue angle of 328.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D3F68 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 104 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.45 |
| HSL | 328.46º | 0.38% | 0.4% | - |
| HSV(B) | 328.46º | 0.55% | 0.55% | - |
| XYZ | 15.26 | 10.22 | 14.26 | - |
| YUV | 91 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 104 | 0 | 0.55 | 0.26 | 0.45 | 328.46 | 0.38 | 0.4 |
| Hex | 8D | 3F | 68 | 0 | 37 | 1A | 2D | 148 | 26 | 28 |
| Octal | 215 | 77 | 150 | 0 | 67 | 32 | 55 | 510 | 46 | 50 |
| Binary | 10001101 | 111111 | 1101000 | 0 | 110111 | 11010 | 101101 | 101001000 | 100110 | 101000 |
Color Harmonies of #8D3F68
Complementary color
Monochromatic Colors of #8D3F68
Black with #8D3F68
Text Example
Text Example
White with #8D3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F68; }
p { color: rgb(141,63,104); }
H1.HeaderClassName
{
color: #8D3F68;
}
.AnyTagClassName
{
color: #8D3F68;
}
</style>
background-color css
<style>
a { background-color: #8D3F68; }
a { background-color: rgb(141,63,104); }
div.DivClassName
{
background-color: #8D3F68;
}
.BgClassName
{
background-color: #8D3F68;
}
</style>
border-color css
<style>
span { border-color: #8D3F68; }
span { border-color: rgb(141,63,104); }
td.TdClassName
{
border-color: #8D3F68;
}
.TagClassName
{
border-color: #8D3F68;
}
</style>