Shades of Cadillac #98456B
Tints of Cadillac #98456B
RGB
CMYK
RGB Variations
Color information
#98456B (or 0x98456B) is known color: Cadillac. HEX triplet: 98, 45 and 6B. RGB value is (152,69,107). Sum of RGB (Red+Green+Blue) = 152+69+107=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98456B is #67BA94. Grayscale: #626262. Windows color (decimal): -6797973 or 7030168. OLE color: 7030168.
HSL color Cylindrical-coordinate representation of color #98456B: hue angle of 332.53º 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 #98456B is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 107 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.40 |
| HSL | 332.53º | 0.38% | 0.43% | - |
| HSV(B) | 332.53º | 0.55% | 0.6% | - |
| XYZ | 17.73 | 11.99 | 15.29 | - |
| YUV | 98.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 107 | 0 | 0.55 | 0.30 | 0.40 | 332.53 | 0.38 | 0.43 |
| Hex | 98 | 45 | 6B | 0 | 37 | 1E | 28 | 14D | 26 | 2B |
| Octal | 230 | 105 | 153 | 0 | 67 | 36 | 50 | 515 | 46 | 53 |
| Binary | 10011000 | 1000101 | 1101011 | 0 | 110111 | 11110 | 101000 | 101001101 | 100110 | 101011 |
Color Harmonies of #98456B
Complementary color
Monochromatic Colors of #98456B
Black with #98456B
Text Example
Text Example
White with #98456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98456B; }
p { color: rgb(152,69,107); }
H1.HeaderClassName
{
color: #98456B;
}
.AnyTagClassName
{
color: #98456B;
}
</style>
background-color css
<style>
a { background-color: #98456B; }
a { background-color: rgb(152,69,107); }
div.DivClassName
{
background-color: #98456B;
}
.BgClassName
{
background-color: #98456B;
}
</style>
border-color css
<style>
span { border-color: #98456B; }
span { border-color: rgb(152,69,107); }
td.TdClassName
{
border-color: #98456B;
}
.TagClassName
{
border-color: #98456B;
}
</style>