#8C406B

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

Shades of Cosmic #8C406B

Tints of Cosmic #8C406B

Color information

#8C406B (or 0x8C406B) is unknown color: approx Cosmic. HEX triplet: 8C, 40 and 6B. RGB value is (140,64,107). Sum of RGB (Red+Green+Blue) = 140+64+107=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C406B is #73BF94. Grayscale: #5B5B5B. Windows color (decimal): -7585685 or 7028876. OLE color: 7028876.

HSL color Cylindrical-coordinate representation of color #8C406B: hue angle of 326.05º 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 #8C406B is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB14064107-
CMYK00.540.240.45
HSL326.05º37.25%40%-
HSV(B)326.05º54.29%54.9%-
XYZ15.310.315.09-
YUV91.63136.68162.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.02%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=45.02%
G=20.58%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406410700.540.240.45326.0537.2540
Hex8C406B036182D1462528
Octal21410015306630555064550
Binary1000110010000001101011011011011000101101101000110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,64,107); }

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

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

 a { background-color: rgb(140,64,107); }

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

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

 span { border-color: rgb(140,64,107); }

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