Shades of Cadillac #8C4265
Tints of Cadillac #8C4265
RGB
CMYK
RGB Variations
Color information
#8C4265 (or 0x8C4265) is known color: Cadillac. HEX triplet: 8C, 42 and 65. RGB value is (140,66,101). Sum of RGB (Red+Green+Blue) = 140+66+101=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4265 is #73BD9A. Grayscale: #5C5C5C. Windows color (decimal): -7585179 or 6636172. OLE color: 6636172.
HSL color Cylindrical-coordinate representation of color #8C4265: hue angle of 331.62º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C4265 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 101 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.45 |
| HSL | 331.62º | 0.36% | 0.4% | - |
| HSV(B) | 331.62º | 0.53% | 0.55% | - |
| XYZ | 15.11 | 10.41 | 13.53 | - |
| YUV | 92.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 101 | 0 | 0.53 | 0.28 | 0.45 | 331.62 | 0.36 | 0.4 |
| Hex | 8C | 42 | 65 | 0 | 35 | 1C | 2D | 14C | 24 | 28 |
| Octal | 214 | 102 | 145 | 0 | 65 | 34 | 55 | 514 | 44 | 50 |
| Binary | 10001100 | 1000010 | 1100101 | 0 | 110101 | 11100 | 101101 | 101001100 | 100100 | 101000 |
Color Harmonies of #8C4265
Complementary color
Monochromatic Colors of #8C4265
Black with #8C4265
Text Example
Text Example
White with #8C4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4265; }
p { color: rgb(140,66,101); }
H1.HeaderClassName
{
color: #8C4265;
}
.AnyTagClassName
{
color: #8C4265;
}
</style>
background-color css
<style>
a { background-color: #8C4265; }
a { background-color: rgb(140,66,101); }
div.DivClassName
{
background-color: #8C4265;
}
.BgClassName
{
background-color: #8C4265;
}
</style>
border-color css
<style>
span { border-color: #8C4265; }
span { border-color: rgb(140,66,101); }
td.TdClassName
{
border-color: #8C4265;
}
.TagClassName
{
border-color: #8C4265;
}
</style>