Shades of Cadillac #983B5C
Tints of Cadillac #983B5C
RGB
CMYK
RGB Variations
Color information
#983B5C (or 0x983B5C) is known color: Cadillac. HEX triplet: 98, 3B and 5C. RGB value is (152,59,92). Sum of RGB (Red+Green+Blue) = 152+59+92=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #983B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983B5C is #67C4A3. Grayscale: #5A5A5A. Windows color (decimal): -6800548 or 6044568. OLE color: 6044568.
HSL color Cylindrical-coordinate representation of color #983B5C: hue angle of 338.71º 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 #983B5C is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 92 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.40 |
| HSL | 338.71º | 0.44% | 0.41% | - |
| HSV(B) | 338.71º | 0.61% | 0.6% | - |
| XYZ | 16.44 | 10.58 | 11.3 | - |
| YUV | 90.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 92 | 0 | 0.61 | 0.39 | 0.40 | 338.71 | 0.44 | 0.41 |
| Hex | 98 | 3B | 5C | 0 | 3D | 27 | 28 | 153 | 2C | 29 |
| Octal | 230 | 73 | 134 | 0 | 75 | 47 | 50 | 523 | 54 | 51 |
| Binary | 10011000 | 111011 | 1011100 | 0 | 111101 | 100111 | 101000 | 101010011 | 101100 | 101001 |
Color Harmonies of #983B5C
Complementary color
Monochromatic Colors of #983B5C
Black with #983B5C
Text Example
Text Example
White with #983B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B5C; }
p { color: rgb(152,59,92); }
H1.HeaderClassName
{
color: #983B5C;
}
.AnyTagClassName
{
color: #983B5C;
}
</style>
background-color css
<style>
a { background-color: #983B5C; }
a { background-color: rgb(152,59,92); }
div.DivClassName
{
background-color: #983B5C;
}
.BgClassName
{
background-color: #983B5C;
}
</style>
border-color css
<style>
span { border-color: #983B5C; }
span { border-color: rgb(152,59,92); }
td.TdClassName
{
border-color: #983B5C;
}
.TagClassName
{
border-color: #983B5C;
}
</style>