Shades of Cadillac #98405D
Tints of Cadillac #98405D
RGB
CMYK
RGB Variations
Color information
#98405D (or 0x98405D) is known color: Cadillac. HEX triplet: 98, 40 and 5D. RGB value is (152,64,93). Sum of RGB (Red+Green+Blue) = 152+64+93=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98405D is #67BFA2. Grayscale: #5D5D5D. Windows color (decimal): -6799267 or 6111384. OLE color: 6111384.
HSL color Cylindrical-coordinate representation of color #98405D: hue angle of 340.23º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98405D is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 93 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.40 |
| HSL | 340.23º | 0.41% | 0.42% | - |
| HSV(B) | 340.23º | 0.58% | 0.6% | - |
| XYZ | 16.76 | 11.13 | 11.62 | - |
| YUV | 93.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 93 | 0 | 0.58 | 0.39 | 0.40 | 340.23 | 0.41 | 0.42 |
| Hex | 98 | 40 | 5D | 0 | 3A | 27 | 28 | 154 | 29 | 2A |
| Octal | 230 | 100 | 135 | 0 | 72 | 47 | 50 | 524 | 51 | 52 |
| Binary | 10011000 | 1000000 | 1011101 | 0 | 111010 | 100111 | 101000 | 101010100 | 101001 | 101010 |
Color Harmonies of #98405D
Complementary color
Monochromatic Colors of #98405D
Black with #98405D
Text Example
Text Example
White with #98405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98405D; }
p { color: rgb(152,64,93); }
H1.HeaderClassName
{
color: #98405D;
}
.AnyTagClassName
{
color: #98405D;
}
</style>
background-color css
<style>
a { background-color: #98405D; }
a { background-color: rgb(152,64,93); }
div.DivClassName
{
background-color: #98405D;
}
.BgClassName
{
background-color: #98405D;
}
</style>
border-color css
<style>
span { border-color: #98405D; }
span { border-color: rgb(152,64,93); }
td.TdClassName
{
border-color: #98405D;
}
.TagClassName
{
border-color: #98405D;
}
</style>