#8C415B

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

Shades of Cadillac #8C415B

Tints of Cadillac #8C415B

Color information

#8C415B (or 0x8C415B) is unknown color: approx Cadillac. HEX triplet: 8C, 41 and 5B. RGB value is (140,65,91). Sum of RGB (Red+Green+Blue) = 140+65+91=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C415B is #73BEA4. Grayscale: #5A5A5A. Windows color (decimal): -7585445 or 5980556. OLE color: 5980556.

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

Color convert

RGB1406591-
CMYK00.540.350.45
HSL339.2º36.59%40.2%-
HSV(B)339.2º53.57%54.9%-
XYZ14.5910.1111.08-
YUV90.39128.35163.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=47.30%
G=21.96%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140659100.540.350.45339.236.5940.2
Hex8C415B036232D1532528
Octal21410113306643555234550
Binary10001100100000110110110110110100011101101101010011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,65,91); }

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

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

 a { background-color: rgb(140,65,91); }

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

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

 span { border-color: rgb(140,65,91); }

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