Shades of Cadillac #983A60
Tints of Cadillac #983A60
RGB
CMYK
RGB Variations
Color information
#983A60 (or 0x983A60) is known color: Cadillac. HEX triplet: 98, 3A and 60. RGB value is (152,58,96). Sum of RGB (Red+Green+Blue) = 152+58+96=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #983A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A60 is #67C59F. Grayscale: #5A5A5A. Windows color (decimal): -6800800 or 6306456. OLE color: 6306456.
HSL color Cylindrical-coordinate representation of color #983A60: hue angle of 335.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A60 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 96 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.40 |
| HSL | 335.74º | 0.45% | 0.41% | - |
| HSV(B) | 335.74º | 0.62% | 0.6% | - |
| XYZ | 16.57 | 10.55 | 12.23 | - |
| YUV | 90.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 96 | 0 | 0.62 | 0.37 | 0.40 | 335.74 | 0.45 | 0.41 |
| Hex | 98 | 3A | 60 | 0 | 3E | 25 | 28 | 150 | 2D | 29 |
| Octal | 230 | 72 | 140 | 0 | 76 | 45 | 50 | 520 | 55 | 51 |
| Binary | 10011000 | 111010 | 1100000 | 0 | 111110 | 100101 | 101000 | 101010000 | 101101 | 101001 |
Color Harmonies of #983A60
Complementary color
Monochromatic Colors of #983A60
Black with #983A60
Text Example
Text Example
White with #983A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A60; }
p { color: rgb(152,58,96); }
H1.HeaderClassName
{
color: #983A60;
}
.AnyTagClassName
{
color: #983A60;
}
</style>
background-color css
<style>
a { background-color: #983A60; }
a { background-color: rgb(152,58,96); }
div.DivClassName
{
background-color: #983A60;
}
.BgClassName
{
background-color: #983A60;
}
</style>
border-color css
<style>
span { border-color: #983A60; }
span { border-color: rgb(152,58,96); }
td.TdClassName
{
border-color: #983A60;
}
.TagClassName
{
border-color: #983A60;
}
</style>