Shades of Cadillac #984370
Tints of Cadillac #984370
RGB
CMYK
RGB Variations
Color information
#984370 (or 0x984370) is known color: Cadillac. HEX triplet: 98, 43 and 70. RGB value is (152,67,112). Sum of RGB (Red+Green+Blue) = 152+67+112=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #984370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984370 is #67BC8F. Grayscale: #616161. Windows color (decimal): -6798480 or 7357336. OLE color: 7357336.
HSL color Cylindrical-coordinate representation of color #984370: hue angle of 328.24º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984370 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 112 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.40 |
| HSL | 328.24º | 0.39% | 0.43% | - |
| HSV(B) | 328.24º | 0.56% | 0.6% | - |
| XYZ | 17.88 | 11.86 | 16.68 | - |
| YUV | 97.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 112 | 0 | 0.56 | 0.26 | 0.40 | 328.24 | 0.39 | 0.43 |
| Hex | 98 | 43 | 70 | 0 | 38 | 1A | 28 | 148 | 27 | 2B |
| Octal | 230 | 103 | 160 | 0 | 70 | 32 | 50 | 510 | 47 | 53 |
| Binary | 10011000 | 1000011 | 1110000 | 0 | 111000 | 11010 | 101000 | 101001000 | 100111 | 101011 |
Color Harmonies of #984370
Complementary color
Monochromatic Colors of #984370
Black with #984370
Text Example
Text Example
White with #984370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984370; }
p { color: rgb(152,67,112); }
H1.HeaderClassName
{
color: #984370;
}
.AnyTagClassName
{
color: #984370;
}
</style>
background-color css
<style>
a { background-color: #984370; }
a { background-color: rgb(152,67,112); }
div.DivClassName
{
background-color: #984370;
}
.BgClassName
{
background-color: #984370;
}
</style>
border-color css
<style>
span { border-color: #984370; }
span { border-color: rgb(152,67,112); }
td.TdClassName
{
border-color: #984370;
}
.TagClassName
{
border-color: #984370;
}
</style>