Shades of Cadillac #98495D
Tints of Cadillac #98495D
RGB
CMYK
RGB Variations
Color information
#98495D (or 0x98495D) is known color: Cadillac. HEX triplet: 98, 49 and 5D. RGB value is (152,73,93). Sum of RGB (Red+Green+Blue) = 152+73+93=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98495D is #67B6A2. Grayscale: #626262. Windows color (decimal): -6796963 or 6113688. OLE color: 6113688.
HSL color Cylindrical-coordinate representation of color #98495D: hue angle of 344.81º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98495D is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 93 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.40 |
| HSL | 344.81º | 0.35% | 0.44% | - |
| HSV(B) | 344.81º | 0.52% | 0.6% | - |
| XYZ | 17.31 | 12.23 | 11.8 | - |
| YUV | 98.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 93 | 0 | 0.52 | 0.39 | 0.40 | 344.81 | 0.35 | 0.44 |
| Hex | 98 | 49 | 5D | 0 | 34 | 27 | 28 | 159 | 23 | 2C |
| Octal | 230 | 111 | 135 | 0 | 64 | 47 | 50 | 531 | 43 | 54 |
| Binary | 10011000 | 1001001 | 1011101 | 0 | 110100 | 100111 | 101000 | 101011001 | 100011 | 101100 |
Color Harmonies of #98495D
Complementary color
Monochromatic Colors of #98495D
Black with #98495D
Text Example
Text Example
White with #98495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98495D; }
p { color: rgb(152,73,93); }
H1.HeaderClassName
{
color: #98495D;
}
.AnyTagClassName
{
color: #98495D;
}
</style>
background-color css
<style>
a { background-color: #98495D; }
a { background-color: rgb(152,73,93); }
div.DivClassName
{
background-color: #98495D;
}
.BgClassName
{
background-color: #98495D;
}
</style>
border-color css
<style>
span { border-color: #98495D; }
span { border-color: rgb(152,73,93); }
td.TdClassName
{
border-color: #98495D;
}
.TagClassName
{
border-color: #98495D;
}
</style>