Shades of Cadillac #984360
Tints of Cadillac #984360
RGB
CMYK
RGB Variations
Color information
#984360 (or 0x984360) is known color: Cadillac. HEX triplet: 98, 43 and 60. RGB value is (152,67,96). Sum of RGB (Red+Green+Blue) = 152+67+96=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #984360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984360 is #67BC9F. Grayscale: #5F5F5F. Windows color (decimal): -6798496 or 6308760. OLE color: 6308760.
HSL color Cylindrical-coordinate representation of color #984360: hue angle of 339.53º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984360 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 96 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.40 |
| HSL | 339.53º | 0.39% | 0.43% | - |
| HSV(B) | 339.53º | 0.56% | 0.6% | - |
| XYZ | 17.07 | 11.53 | 12.39 | - |
| YUV | 95.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 96 | 0 | 0.56 | 0.37 | 0.40 | 339.53 | 0.39 | 0.43 |
| Hex | 98 | 43 | 60 | 0 | 38 | 25 | 28 | 154 | 27 | 2B |
| Octal | 230 | 103 | 140 | 0 | 70 | 45 | 50 | 524 | 47 | 53 |
| Binary | 10011000 | 1000011 | 1100000 | 0 | 111000 | 100101 | 101000 | 101010100 | 100111 | 101011 |
Color Harmonies of #984360
Complementary color
Monochromatic Colors of #984360
Black with #984360
Text Example
Text Example
White with #984360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984360; }
p { color: rgb(152,67,96); }
H1.HeaderClassName
{
color: #984360;
}
.AnyTagClassName
{
color: #984360;
}
</style>
background-color css
<style>
a { background-color: #984360; }
a { background-color: rgb(152,67,96); }
div.DivClassName
{
background-color: #984360;
}
.BgClassName
{
background-color: #984360;
}
</style>
border-color css
<style>
span { border-color: #984360; }
span { border-color: rgb(152,67,96); }
td.TdClassName
{
border-color: #984360;
}
.TagClassName
{
border-color: #984360;
}
</style>