Shades of Cadillac #98476A
Tints of Cadillac #98476A
RGB
CMYK
RGB Variations
Color information
#98476A (or 0x98476A) is known color: Cadillac. HEX triplet: 98, 47 and 6A. RGB value is (152,71,106). Sum of RGB (Red+Green+Blue) = 152+71+106=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98476A is #67B895. Grayscale: #636363. Windows color (decimal): -6797462 or 6965144. OLE color: 6965144.
HSL color Cylindrical-coordinate representation of color #98476A: hue angle of 334.07º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98476A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 106 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.40 |
| HSL | 334.07º | 0.36% | 0.44% | - |
| HSV(B) | 334.07º | 0.53% | 0.6% | - |
| XYZ | 17.8 | 12.22 | 15.06 | - |
| YUV | 99.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 106 | 0 | 0.53 | 0.30 | 0.40 | 334.07 | 0.36 | 0.44 |
| Hex | 98 | 47 | 6A | 0 | 35 | 1E | 28 | 14E | 24 | 2C |
| Octal | 230 | 107 | 152 | 0 | 65 | 36 | 50 | 516 | 44 | 54 |
| Binary | 10011000 | 1000111 | 1101010 | 0 | 110101 | 11110 | 101000 | 101001110 | 100100 | 101100 |
Color Harmonies of #98476A
Complementary color
Monochromatic Colors of #98476A
Black with #98476A
Text Example
Text Example
White with #98476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98476A; }
p { color: rgb(152,71,106); }
H1.HeaderClassName
{
color: #98476A;
}
.AnyTagClassName
{
color: #98476A;
}
</style>
background-color css
<style>
a { background-color: #98476A; }
a { background-color: rgb(152,71,106); }
div.DivClassName
{
background-color: #98476A;
}
.BgClassName
{
background-color: #98476A;
}
</style>
border-color css
<style>
span { border-color: #98476A; }
span { border-color: rgb(152,71,106); }
td.TdClassName
{
border-color: #98476A;
}
.TagClassName
{
border-color: #98476A;
}
</style>