Shades of Cadillac #98405C
Tints of Cadillac #98405C
RGB
CMYK
RGB Variations
Color information
#98405C (or 0x98405C) is known color: Cadillac. HEX triplet: 98, 40 and 5C. RGB value is (152,64,92). Sum of RGB (Red+Green+Blue) = 152+64+92=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #98405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98405C is #67BFA3. Grayscale: #5D5D5D. Windows color (decimal): -6799268 or 6045848. OLE color: 6045848.
HSL color Cylindrical-coordinate representation of color #98405C: hue angle of 340.91º 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 #98405C is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 92 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.40 |
| HSL | 340.91º | 0.41% | 0.42% | - |
| HSV(B) | 340.91º | 0.58% | 0.6% | - |
| XYZ | 16.71 | 11.11 | 11.39 | - |
| YUV | 93.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 92 | 0 | 0.58 | 0.39 | 0.40 | 340.91 | 0.41 | 0.42 |
| Hex | 98 | 40 | 5C | 0 | 3A | 27 | 28 | 155 | 29 | 2A |
| Octal | 230 | 100 | 134 | 0 | 72 | 47 | 50 | 525 | 51 | 52 |
| Binary | 10011000 | 1000000 | 1011100 | 0 | 111010 | 100111 | 101000 | 101010101 | 101001 | 101010 |
Color Harmonies of #98405C
Complementary color
Monochromatic Colors of #98405C
Black with #98405C
Text Example
Text Example
White with #98405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98405C; }
p { color: rgb(152,64,92); }
H1.HeaderClassName
{
color: #98405C;
}
.AnyTagClassName
{
color: #98405C;
}
</style>
background-color css
<style>
a { background-color: #98405C; }
a { background-color: rgb(152,64,92); }
div.DivClassName
{
background-color: #98405C;
}
.BgClassName
{
background-color: #98405C;
}
</style>
border-color css
<style>
span { border-color: #98405C; }
span { border-color: rgb(152,64,92); }
td.TdClassName
{
border-color: #98405C;
}
.TagClassName
{
border-color: #98405C;
}
</style>