Shades of Cadillac #983B5D
Tints of Cadillac #983B5D
RGB
CMYK
RGB Variations
Color information
#983B5D (or 0x983B5D) is known color: Cadillac. HEX triplet: 98, 3B and 5D. RGB value is (152,59,93). Sum of RGB (Red+Green+Blue) = 152+59+93=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #983B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983B5D is #67C4A2. Grayscale: #5A5A5A. Windows color (decimal): -6800547 or 6110104. OLE color: 6110104.
HSL color Cylindrical-coordinate representation of color #983B5D: hue angle of 338.06º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983B5D is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 93 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.40 |
| HSL | 338.06º | 0.44% | 0.41% | - |
| HSV(B) | 338.06º | 0.61% | 0.6% | - |
| XYZ | 16.49 | 10.59 | 11.53 | - |
| YUV | 90.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 93 | 0 | 0.61 | 0.39 | 0.40 | 338.06 | 0.44 | 0.41 |
| Hex | 98 | 3B | 5D | 0 | 3D | 27 | 28 | 152 | 2C | 29 |
| Octal | 230 | 73 | 135 | 0 | 75 | 47 | 50 | 522 | 54 | 51 |
| Binary | 10011000 | 111011 | 1011101 | 0 | 111101 | 100111 | 101000 | 101010010 | 101100 | 101001 |
Color Harmonies of #983B5D
Complementary color
Monochromatic Colors of #983B5D
Black with #983B5D
Text Example
Text Example
White with #983B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B5D; }
p { color: rgb(152,59,93); }
H1.HeaderClassName
{
color: #983B5D;
}
.AnyTagClassName
{
color: #983B5D;
}
</style>
background-color css
<style>
a { background-color: #983B5D; }
a { background-color: rgb(152,59,93); }
div.DivClassName
{
background-color: #983B5D;
}
.BgClassName
{
background-color: #983B5D;
}
</style>
border-color css
<style>
span { border-color: #983B5D; }
span { border-color: rgb(152,59,93); }
td.TdClassName
{
border-color: #983B5D;
}
.TagClassName
{
border-color: #983B5D;
}
</style>