Shades of Cadillac #88405C
Tints of Cadillac #88405C
RGB
CMYK
RGB Variations
Color information
#88405C (or 0x88405C) is known color: Cadillac. HEX triplet: 88, 40 and 5C. RGB value is (136,64,92). Sum of RGB (Red+Green+Blue) = 136+64+92=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #88405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88405C is #77BFA3. Grayscale: #585858. Windows color (decimal): -7847844 or 6045832. OLE color: 6045832.
HSL color Cylindrical-coordinate representation of color #88405C: hue angle of 336.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88405C is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 92 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.47 |
| HSL | 336.67º | 0.36% | 0.39% | - |
| HSV(B) | 336.67º | 0.53% | 0.53% | - |
| XYZ | 13.92 | 9.67 | 11.26 | - |
| YUV | 88.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 92 | 0 | 0.53 | 0.32 | 0.47 | 336.67 | 0.36 | 0.39 |
| Hex | 88 | 40 | 5C | 0 | 35 | 20 | 2F | 151 | 24 | 27 |
| Octal | 210 | 100 | 134 | 0 | 65 | 40 | 57 | 521 | 44 | 47 |
| Binary | 10001000 | 1000000 | 1011100 | 0 | 110101 | 100000 | 101111 | 101010001 | 100100 | 100111 |
Color Harmonies of #88405C
Complementary color
Monochromatic Colors of #88405C
Black with #88405C
Text Example
Text Example
White with #88405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88405C; }
p { color: rgb(136,64,92); }
H1.HeaderClassName
{
color: #88405C;
}
.AnyTagClassName
{
color: #88405C;
}
</style>
background-color css
<style>
a { background-color: #88405C; }
a { background-color: rgb(136,64,92); }
div.DivClassName
{
background-color: #88405C;
}
.BgClassName
{
background-color: #88405C;
}
</style>
border-color css
<style>
span { border-color: #88405C; }
span { border-color: rgb(136,64,92); }
td.TdClassName
{
border-color: #88405C;
}
.TagClassName
{
border-color: #88405C;
}
</style>