Shades of Cadillac #98456F
Tints of Cadillac #98456F
RGB
CMYK
RGB Variations
Color information
#98456F (or 0x98456F) is known color: Cadillac. HEX triplet: 98, 45 and 6F. RGB value is (152,69,111). Sum of RGB (Red+Green+Blue) = 152+69+111=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98456F is #67BA90. Grayscale: #626262. Windows color (decimal): -6797969 or 7292312. OLE color: 7292312.
HSL color Cylindrical-coordinate representation of color #98456F: hue angle of 329.64º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98456F is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 111 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.40 |
| HSL | 329.64º | 0.38% | 0.43% | - |
| HSV(B) | 329.64º | 0.55% | 0.6% | - |
| XYZ | 17.95 | 12.08 | 16.42 | - |
| YUV | 98.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 111 | 0 | 0.55 | 0.27 | 0.40 | 329.64 | 0.38 | 0.43 |
| Hex | 98 | 45 | 6F | 0 | 37 | 1B | 28 | 14A | 26 | 2B |
| Octal | 230 | 105 | 157 | 0 | 67 | 33 | 50 | 512 | 46 | 53 |
| Binary | 10011000 | 1000101 | 1101111 | 0 | 110111 | 11011 | 101000 | 101001010 | 100110 | 101011 |
Color Harmonies of #98456F
Complementary color
Monochromatic Colors of #98456F
Black with #98456F
Text Example
Text Example
White with #98456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98456F; }
p { color: rgb(152,69,111); }
H1.HeaderClassName
{
color: #98456F;
}
.AnyTagClassName
{
color: #98456F;
}
</style>
background-color css
<style>
a { background-color: #98456F; }
a { background-color: rgb(152,69,111); }
div.DivClassName
{
background-color: #98456F;
}
.BgClassName
{
background-color: #98456F;
}
</style>
border-color css
<style>
span { border-color: #98456F; }
span { border-color: rgb(152,69,111); }
td.TdClassName
{
border-color: #98456F;
}
.TagClassName
{
border-color: #98456F;
}
</style>