Shades of Cadillac #98435C
Tints of Cadillac #98435C
RGB
CMYK
RGB Variations
Color information
#98435C (or 0x98435C) is known color: Cadillac. HEX triplet: 98, 43 and 5C. RGB value is (152,67,92). Sum of RGB (Red+Green+Blue) = 152+67+92=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98435C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98435C is #67BCA3. Grayscale: #5F5F5F. Windows color (decimal): -6798500 or 6046616. OLE color: 6046616.
HSL color Cylindrical-coordinate representation of color #98435C: hue angle of 342.35º 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 #98435C is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 92 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.40 |
| HSL | 342.35º | 0.39% | 0.43% | - |
| HSV(B) | 342.35º | 0.56% | 0.6% | - |
| XYZ | 16.89 | 11.46 | 11.45 | - |
| YUV | 95.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 92 | 0 | 0.56 | 0.39 | 0.40 | 342.35 | 0.39 | 0.43 |
| Hex | 98 | 43 | 5C | 0 | 38 | 27 | 28 | 156 | 27 | 2B |
| Octal | 230 | 103 | 134 | 0 | 70 | 47 | 50 | 526 | 47 | 53 |
| Binary | 10011000 | 1000011 | 1011100 | 0 | 111000 | 100111 | 101000 | 101010110 | 100111 | 101011 |
Color Harmonies of #98435C
Complementary color
Monochromatic Colors of #98435C
Black with #98435C
Text Example
Text Example
White with #98435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98435C; }
p { color: rgb(152,67,92); }
H1.HeaderClassName
{
color: #98435C;
}
.AnyTagClassName
{
color: #98435C;
}
</style>
background-color css
<style>
a { background-color: #98435C; }
a { background-color: rgb(152,67,92); }
div.DivClassName
{
background-color: #98435C;
}
.BgClassName
{
background-color: #98435C;
}
</style>
border-color css
<style>
span { border-color: #98435C; }
span { border-color: rgb(152,67,92); }
td.TdClassName
{
border-color: #98435C;
}
.TagClassName
{
border-color: #98435C;
}
</style>