Shades of Cadillac #984678
Tints of Cadillac #984678
RGB
CMYK
RGB Variations
Color information
#984678 (or 0x984678) is known color: Cadillac. HEX triplet: 98, 46 and 78. RGB value is (152,70,120). Sum of RGB (Red+Green+Blue) = 152+70+120=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #984678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984678 is #67B987. Grayscale: #646464. Windows color (decimal): -6797704 or 7882392. OLE color: 7882392.
HSL color Cylindrical-coordinate representation of color #984678: hue angle of 323.41º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984678 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 120 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.40 |
| HSL | 323.41º | 0.37% | 0.44% | - |
| HSV(B) | 323.41º | 0.54% | 0.6% | - |
| XYZ | 18.53 | 12.41 | 19.19 | - |
| YUV | 100.22 | 139.17 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 120 | 0 | 0.54 | 0.21 | 0.40 | 323.41 | 0.37 | 0.44 |
| Hex | 98 | 46 | 78 | 0 | 36 | 15 | 28 | 143 | 25 | 2C |
| Octal | 230 | 106 | 170 | 0 | 66 | 25 | 50 | 503 | 45 | 54 |
| Binary | 10011000 | 1000110 | 1111000 | 0 | 110110 | 10101 | 101000 | 101000011 | 100101 | 101100 |
Color Harmonies of #984678
Complementary color
Monochromatic Colors of #984678
Black with #984678
Text Example
Text Example
White with #984678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984678; }
p { color: rgb(152,70,120); }
H1.HeaderClassName
{
color: #984678;
}
.AnyTagClassName
{
color: #984678;
}
</style>
background-color css
<style>
a { background-color: #984678; }
a { background-color: rgb(152,70,120); }
div.DivClassName
{
background-color: #984678;
}
.BgClassName
{
background-color: #984678;
}
</style>
border-color css
<style>
span { border-color: #984678; }
span { border-color: rgb(152,70,120); }
td.TdClassName
{
border-color: #984678;
}
.TagClassName
{
border-color: #984678;
}
</style>