#8C465D

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

Shades of Cadillac #8C465D

Tints of Cadillac #8C465D

Color information

#8C465D (or 0x8C465D) is unknown color: approx Cadillac. HEX triplet: 8C, 46 and 5D. RGB value is (140,70,93). Sum of RGB (Red+Green+Blue) = 140+70+93=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C465D is #73B9A2. Grayscale: #5D5D5D. Windows color (decimal): -7584163 or 6112908. OLE color: 6112908.

HSL color Cylindrical-coordinate representation of color #8C465D: hue angle of 340.29º degrees, saturation: 0.33, 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 #8C465D is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1407093-
CMYK00.500.340.45
HSL340.29º33.33%41.18%-
HSV(B)340.29º50%54.9%-
XYZ14.9810.7511.64-
YUV93.55127.69161.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=46.20%
G=23.10%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140709300.500.340.45340.2933.3341.18
Hex8C465D032222D1542129
Octal21410613506242555244151
Binary10001100100011010111010110010100010101101101010100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,93); }

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

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

 a { background-color: rgb(140,70,93); }

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

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

 span { border-color: rgb(140,70,93); }

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