#8D465C

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

Shades of Cadillac #8D465C

Tints of Cadillac #8D465C

Color information

#8D465C (or 0x8D465C) is unknown color: approx Cadillac. HEX triplet: 8D, 46 and 5C. RGB value is (141,70,92). Sum of RGB (Red+Green+Blue) = 141+70+92=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D465C is #72B9A3. Grayscale: #5D5D5D. Windows color (decimal): -7518628 or 6047373. OLE color: 6047373.

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

Color convert

RGB1417092-
CMYK00.500.350.45
HSL341.41º33.65%41.37%-
HSV(B)341.41º50.35%55.29%-
XYZ15.1110.8211.42-
YUV93.74127.02161.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.53%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=46.53%
G=23.10%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141709200.500.350.45341.4133.6541.37
Hex8D465C032232D1552229
Octal21510613406243555254251
Binary10001101100011010111000110010100011101101101010101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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