Shades of Cadillac #984358
Tints of Cadillac #984358
RGB
CMYK
RGB Variations
Color information
#984358 (or 0x984358) is known color: Cadillac. HEX triplet: 98, 43 and 58. RGB value is (152,67,88). Sum of RGB (Red+Green+Blue) = 152+67+88=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #984358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984358 is #67BCA7. Grayscale: #5E5E5E. Windows color (decimal): -6798504 or 5784472. OLE color: 5784472.
HSL color Cylindrical-coordinate representation of color #984358: hue angle of 345.18º 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 #984358 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 88 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.40 |
| HSL | 345.18º | 0.39% | 0.43% | - |
| HSV(B) | 345.18º | 0.56% | 0.6% | - |
| XYZ | 16.72 | 11.39 | 10.55 | - |
| YUV | 94.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 88 | 0 | 0.56 | 0.42 | 0.40 | 345.18 | 0.39 | 0.43 |
| Hex | 98 | 43 | 58 | 0 | 38 | 2A | 28 | 159 | 27 | 2B |
| Octal | 230 | 103 | 130 | 0 | 70 | 52 | 50 | 531 | 47 | 53 |
| Binary | 10011000 | 1000011 | 1011000 | 0 | 111000 | 101010 | 101000 | 101011001 | 100111 | 101011 |
Color Harmonies of #984358
Complementary color
Monochromatic Colors of #984358
Black with #984358
Text Example
Text Example
White with #984358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984358; }
p { color: rgb(152,67,88); }
H1.HeaderClassName
{
color: #984358;
}
.AnyTagClassName
{
color: #984358;
}
</style>
background-color css
<style>
a { background-color: #984358; }
a { background-color: rgb(152,67,88); }
div.DivClassName
{
background-color: #984358;
}
.BgClassName
{
background-color: #984358;
}
</style>
border-color css
<style>
span { border-color: #984358; }
span { border-color: rgb(152,67,88); }
td.TdClassName
{
border-color: #984358;
}
.TagClassName
{
border-color: #984358;
}
</style>