Shades of Cadillac #8C435E
Tints of Cadillac #8C435E
RGB
CMYK
RGB Variations
Color information
#8C435E (or 0x8C435E) is known color: Cadillac. HEX triplet: 8C, 43 and 5E. RGB value is (140,67,94). Sum of RGB (Red+Green+Blue) = 140+67+94=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C435E is #73BCA1. Grayscale: #5B5B5B. Windows color (decimal): -7584930 or 6177676. OLE color: 6177676.
HSL color Cylindrical-coordinate representation of color #8C435E: hue angle of 337.81º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C435E is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 94 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.45 |
| HSL | 337.81º | 0.35% | 0.41% | - |
| HSV(B) | 337.81º | 0.52% | 0.55% | - |
| XYZ | 14.84 | 10.4 | 11.81 | - |
| YUV | 91.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 94 | 0 | 0.52 | 0.33 | 0.45 | 337.81 | 0.35 | 0.41 |
| Hex | 8C | 43 | 5E | 0 | 34 | 21 | 2D | 152 | 23 | 29 |
| Octal | 214 | 103 | 136 | 0 | 64 | 41 | 55 | 522 | 43 | 51 |
| Binary | 10001100 | 1000011 | 1011110 | 0 | 110100 | 100001 | 101101 | 101010010 | 100011 | 101001 |
Color Harmonies of #8C435E
Complementary color
Monochromatic Colors of #8C435E
Black with #8C435E
Text Example
Text Example
White with #8C435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C435E; }
p { color: rgb(140,67,94); }
H1.HeaderClassName
{
color: #8C435E;
}
.AnyTagClassName
{
color: #8C435E;
}
</style>
background-color css
<style>
a { background-color: #8C435E; }
a { background-color: rgb(140,67,94); }
div.DivClassName
{
background-color: #8C435E;
}
.BgClassName
{
background-color: #8C435E;
}
</style>
border-color css
<style>
span { border-color: #8C435E; }
span { border-color: rgb(140,67,94); }
td.TdClassName
{
border-color: #8C435E;
}
.TagClassName
{
border-color: #8C435E;
}
</style>