Shades of Cadillac #98436C
Tints of Cadillac #98436C
RGB
CMYK
RGB Variations
Color information
#98436C (or 0x98436C) is known color: Cadillac. HEX triplet: 98, 43 and 6C. RGB value is (152,67,108). Sum of RGB (Red+Green+Blue) = 152+67+108=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98436C is #67BC93. Grayscale: #616161. Windows color (decimal): -6798484 or 7095192. OLE color: 7095192.
HSL color Cylindrical-coordinate representation of color #98436C: hue angle of 331.06º 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 #98436C is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 108 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.40 |
| HSL | 331.06º | 0.39% | 0.43% | - |
| HSV(B) | 331.06º | 0.56% | 0.6% | - |
| XYZ | 17.66 | 11.77 | 15.53 | - |
| YUV | 97.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 108 | 0 | 0.56 | 0.29 | 0.40 | 331.06 | 0.39 | 0.43 |
| Hex | 98 | 43 | 6C | 0 | 38 | 1D | 28 | 14B | 27 | 2B |
| Octal | 230 | 103 | 154 | 0 | 70 | 35 | 50 | 513 | 47 | 53 |
| Binary | 10011000 | 1000011 | 1101100 | 0 | 111000 | 11101 | 101000 | 101001011 | 100111 | 101011 |
Color Harmonies of #98436C
Complementary color
Monochromatic Colors of #98436C
Black with #98436C
Text Example
Text Example
White with #98436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98436C; }
p { color: rgb(152,67,108); }
H1.HeaderClassName
{
color: #98436C;
}
.AnyTagClassName
{
color: #98436C;
}
</style>
background-color css
<style>
a { background-color: #98436C; }
a { background-color: rgb(152,67,108); }
div.DivClassName
{
background-color: #98436C;
}
.BgClassName
{
background-color: #98436C;
}
</style>
border-color css
<style>
span { border-color: #98436C; }
span { border-color: rgb(152,67,108); }
td.TdClassName
{
border-color: #98436C;
}
.TagClassName
{
border-color: #98436C;
}
</style>