Shades of Cadillac #984375
Tints of Cadillac #984375
RGB
CMYK
RGB Variations
Color information
#984375 (or 0x984375) is known color: Cadillac. HEX triplet: 98, 43 and 75. RGB value is (152,67,117). Sum of RGB (Red+Green+Blue) = 152+67+117=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #984375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984375 is #67BC8A. Grayscale: #626262. Windows color (decimal): -6798475 or 7685016. OLE color: 7685016.
HSL color Cylindrical-coordinate representation of color #984375: hue angle of 324.71º 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 #984375 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 117 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.40 |
| HSL | 324.71º | 0.39% | 0.43% | - |
| HSV(B) | 324.71º | 0.56% | 0.6% | - |
| XYZ | 18.17 | 11.97 | 18.18 | - |
| YUV | 98.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 117 | 0 | 0.56 | 0.23 | 0.40 | 324.71 | 0.39 | 0.43 |
| Hex | 98 | 43 | 75 | 0 | 38 | 17 | 28 | 145 | 27 | 2B |
| Octal | 230 | 103 | 165 | 0 | 70 | 27 | 50 | 505 | 47 | 53 |
| Binary | 10011000 | 1000011 | 1110101 | 0 | 111000 | 10111 | 101000 | 101000101 | 100111 | 101011 |
Color Harmonies of #984375
Complementary color
Monochromatic Colors of #984375
Black with #984375
Text Example
Text Example
White with #984375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984375; }
p { color: rgb(152,67,117); }
H1.HeaderClassName
{
color: #984375;
}
.AnyTagClassName
{
color: #984375;
}
</style>
background-color css
<style>
a { background-color: #984375; }
a { background-color: rgb(152,67,117); }
div.DivClassName
{
background-color: #984375;
}
.BgClassName
{
background-color: #984375;
}
</style>
border-color css
<style>
span { border-color: #984375; }
span { border-color: rgb(152,67,117); }
td.TdClassName
{
border-color: #984375;
}
.TagClassName
{
border-color: #984375;
}
</style>