#8D3C6A

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

Shades of Cadillac #8D3C6A

Tints of Cadillac #8D3C6A

Color information

#8D3C6A (or 0x8D3C6A) is unknown color: approx Cadillac. HEX triplet: 8D, 3C and 6A. RGB value is (141,60,106). Sum of RGB (Red+Green+Blue) = 141+60+106=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3C6A is #72C395. Grayscale: #595959. Windows color (decimal): -7521174 or 6962317. OLE color: 6962317.

HSL color Cylindrical-coordinate representation of color #8D3C6A: hue angle of 325.93º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3C6A is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB14160106-
CMYK00.570.250.45
HSL325.93º40.3%39.41%-
HSV(B)325.93º57.45%55.29%-
XYZ15.29.9414.75-
YUV89.46137.34164.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 60 (23.83% from 255) = 19.54%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=45.93%
G=19.54%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416010600.570.250.45325.9340.339.41
Hex8D3C6A039192D1462827
Octal2157415207131555065047
Binary100011011111001101010011100111001101101101000110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,60,106); }

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

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

 a { background-color: rgb(141,60,106); }

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

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

 span { border-color: rgb(141,60,106); }

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