Shades of Cadillac #98465D
Tints of Cadillac #98465D
RGB
CMYK
RGB Variations
Color information
#98465D (or 0x98465D) is known color: Cadillac. HEX triplet: 98, 46 and 5D. RGB value is (152,70,93). Sum of RGB (Red+Green+Blue) = 152+70+93=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98465D is #67B9A2. Grayscale: #616161. Windows color (decimal): -6797731 or 6112920. OLE color: 6112920.
HSL color Cylindrical-coordinate representation of color #98465D: hue angle of 343.17º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98465D is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 93 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.40 |
| HSL | 343.17º | 0.37% | 0.44% | - |
| HSV(B) | 343.17º | 0.54% | 0.6% | - |
| XYZ | 17.11 | 11.85 | 11.74 | - |
| YUV | 97.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 93 | 0 | 0.54 | 0.39 | 0.40 | 343.17 | 0.37 | 0.44 |
| Hex | 98 | 46 | 5D | 0 | 36 | 27 | 28 | 157 | 25 | 2C |
| Octal | 230 | 106 | 135 | 0 | 66 | 47 | 50 | 527 | 45 | 54 |
| Binary | 10011000 | 1000110 | 1011101 | 0 | 110110 | 100111 | 101000 | 101010111 | 100101 | 101100 |
Color Harmonies of #98465D
Complementary color
Monochromatic Colors of #98465D
Black with #98465D
Text Example
Text Example
White with #98465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98465D; }
p { color: rgb(152,70,93); }
H1.HeaderClassName
{
color: #98465D;
}
.AnyTagClassName
{
color: #98465D;
}
</style>
background-color css
<style>
a { background-color: #98465D; }
a { background-color: rgb(152,70,93); }
div.DivClassName
{
background-color: #98465D;
}
.BgClassName
{
background-color: #98465D;
}
</style>
border-color css
<style>
span { border-color: #98465D; }
span { border-color: rgb(152,70,93); }
td.TdClassName
{
border-color: #98465D;
}
.TagClassName
{
border-color: #98465D;
}
</style>