#8D455C

Color #8D455C Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #8D455C

Tints of Cadillac #8D455C

Color information

#8D455C (or 0x8D455C) is unknown color: approx Cadillac. HEX triplet: 8D, 45 and 5C. RGB value is (141,69,92). Sum of RGB (Red+Green+Blue) = 141+69+92=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D455C is #72BAA3. Grayscale: #5D5D5D. Windows color (decimal): -7518884 or 6047117. OLE color: 6047117.

HSL color Cylindrical-coordinate representation of color #8D455C: hue angle of 340.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D455C is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1416992-
CMYK00.510.350.45
HSL340.83º34.29%41.18%-
HSV(B)340.83º51.06%55.29%-
XYZ15.0410.6911.4-
YUV93.15127.35162.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=46.69%
G=22.85%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141699200.510.350.45340.8334.2941.18
Hex8D455C033232D1552229
Octal21510513406343555254251
Binary10001101100010110111000110011100011101101101010101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D455C; }

 p { color: rgb(141,69,92); }

 H1.HeaderClassName
 {
   color: #8D455C;
 }
 .AnyTagClassName
 {
   color: #8D455C;
 }
</style>
background-color css

<style>
 a { background-color: #8D455C; }

 a { background-color: rgb(141,69,92); }

 div.DivClassName
 {
   background-color: #8D455C;
 }
 .BgClassName
 {
   background-color: #8D455C;
 }
</style>
border-color css

<style>
 span { border-color: #8D455C; }

 span { border-color: rgb(141,69,92); }

 td.TdClassName
 {
   border-color: #8D455C;
 }
 .TagClassName
 {
   border-color: #8D455C;
 }
</style>