Shades of Cadillac #983F5F
Tints of Cadillac #983F5F
RGB
CMYK
RGB Variations
Color information
#983F5F (or 0x983F5F) is known color: Cadillac. HEX triplet: 98, 3F and 5F. RGB value is (152,63,95). Sum of RGB (Red+Green+Blue) = 152+63+95=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #983F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F5F is #67C0A0. Grayscale: #5D5D5D. Windows color (decimal): -6799521 or 6242200. OLE color: 6242200.
HSL color Cylindrical-coordinate representation of color #983F5F: hue angle of 338.43º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F5F is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 95 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.40 |
| HSL | 338.43º | 0.41% | 0.42% | - |
| HSV(B) | 338.43º | 0.59% | 0.6% | - |
| XYZ | 16.79 | 11.06 | 12.08 | - |
| YUV | 93.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 95 | 0 | 0.59 | 0.38 | 0.40 | 338.43 | 0.41 | 0.42 |
| Hex | 98 | 3F | 5F | 0 | 3B | 26 | 28 | 152 | 29 | 2A |
| Octal | 230 | 77 | 137 | 0 | 73 | 46 | 50 | 522 | 51 | 52 |
| Binary | 10011000 | 111111 | 1011111 | 0 | 111011 | 100110 | 101000 | 101010010 | 101001 | 101010 |
Color Harmonies of #983F5F
Complementary color
Monochromatic Colors of #983F5F
Black with #983F5F
Text Example
Text Example
White with #983F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F5F; }
p { color: rgb(152,63,95); }
H1.HeaderClassName
{
color: #983F5F;
}
.AnyTagClassName
{
color: #983F5F;
}
</style>
background-color css
<style>
a { background-color: #983F5F; }
a { background-color: rgb(152,63,95); }
div.DivClassName
{
background-color: #983F5F;
}
.BgClassName
{
background-color: #983F5F;
}
</style>
border-color css
<style>
span { border-color: #983F5F; }
span { border-color: rgb(152,63,95); }
td.TdClassName
{
border-color: #983F5F;
}
.TagClassName
{
border-color: #983F5F;
}
</style>