Shades of Cadillac #98436F
Tints of Cadillac #98436F
RGB
CMYK
RGB Variations
Color information
#98436F (or 0x98436F) is known color: Cadillac. HEX triplet: 98, 43 and 6F. RGB value is (152,67,111). Sum of RGB (Red+Green+Blue) = 152+67+111=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98436F is #67BC90. Grayscale: #616161. Windows color (decimal): -6798481 or 7291800. OLE color: 7291800.
HSL color Cylindrical-coordinate representation of color #98436F: hue angle of 328.94º 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 #98436F is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 111 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.40 |
| HSL | 328.94º | 0.39% | 0.43% | - |
| HSV(B) | 328.94º | 0.56% | 0.6% | - |
| XYZ | 17.83 | 11.84 | 16.38 | - |
| YUV | 97.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 111 | 0 | 0.56 | 0.27 | 0.40 | 328.94 | 0.39 | 0.43 |
| Hex | 98 | 43 | 6F | 0 | 38 | 1B | 28 | 149 | 27 | 2B |
| Octal | 230 | 103 | 157 | 0 | 70 | 33 | 50 | 511 | 47 | 53 |
| Binary | 10011000 | 1000011 | 1101111 | 0 | 111000 | 11011 | 101000 | 101001001 | 100111 | 101011 |
Color Harmonies of #98436F
Complementary color
Monochromatic Colors of #98436F
Black with #98436F
Text Example
Text Example
White with #98436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98436F; }
p { color: rgb(152,67,111); }
H1.HeaderClassName
{
color: #98436F;
}
.AnyTagClassName
{
color: #98436F;
}
</style>
background-color css
<style>
a { background-color: #98436F; }
a { background-color: rgb(152,67,111); }
div.DivClassName
{
background-color: #98436F;
}
.BgClassName
{
background-color: #98436F;
}
</style>
border-color css
<style>
span { border-color: #98436F; }
span { border-color: rgb(152,67,111); }
td.TdClassName
{
border-color: #98436F;
}
.TagClassName
{
border-color: #98436F;
}
</style>