Shades of Cadillac #98416F
Tints of Cadillac #98416F
RGB
CMYK
RGB Variations
Color information
#98416F (or 0x98416F) is known color: Cadillac. HEX triplet: 98, 41 and 6F. RGB value is (152,65,111). Sum of RGB (Red+Green+Blue) = 152+65+111=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98416F is #67BE90. Grayscale: #606060. Windows color (decimal): -6798993 or 7291288. OLE color: 7291288.
HSL color Cylindrical-coordinate representation of color #98416F: hue angle of 328.28º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98416F is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 111 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.40 |
| HSL | 328.28º | 0.4% | 0.43% | - |
| HSV(B) | 328.28º | 0.57% | 0.6% | - |
| XYZ | 17.71 | 11.6 | 16.35 | - |
| YUV | 96.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 111 | 0 | 0.57 | 0.27 | 0.40 | 328.28 | 0.4 | 0.43 |
| Hex | 98 | 41 | 6F | 0 | 39 | 1B | 28 | 148 | 28 | 2B |
| Octal | 230 | 101 | 157 | 0 | 71 | 33 | 50 | 510 | 50 | 53 |
| Binary | 10011000 | 1000001 | 1101111 | 0 | 111001 | 11011 | 101000 | 101001000 | 101000 | 101011 |
Color Harmonies of #98416F
Complementary color
Monochromatic Colors of #98416F
Black with #98416F
Text Example
Text Example
White with #98416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98416F; }
p { color: rgb(152,65,111); }
H1.HeaderClassName
{
color: #98416F;
}
.AnyTagClassName
{
color: #98416F;
}
</style>
background-color css
<style>
a { background-color: #98416F; }
a { background-color: rgb(152,65,111); }
div.DivClassName
{
background-color: #98416F;
}
.BgClassName
{
background-color: #98416F;
}
</style>
border-color css
<style>
span { border-color: #98416F; }
span { border-color: rgb(152,65,111); }
td.TdClassName
{
border-color: #98416F;
}
.TagClassName
{
border-color: #98416F;
}
</style>