#8C4570

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

Shades of Cosmic #8C4570

Tints of Cosmic #8C4570

Color information

#8C4570 (or 0x8C4570) is unknown color: approx Cosmic. HEX triplet: 8C, 45 and 70. RGB value is (140,69,112). Sum of RGB (Red+Green+Blue) = 140+69+112=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4570 is #73BA8F. Grayscale: #5F5F5F. Windows color (decimal): -7584400 or 7357836. OLE color: 7357836.

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

Color convert

RGB14069112-
CMYK00.510.200.45
HSL323.66º33.97%40.98%-
HSV(B)323.66º50.71%54.9%-
XYZ15.871116.62-
YUV95.13137.52160-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=43.61%
G=21.50%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406911200.510.200.45323.6633.9740.98
Hex8C4570033142D1442229
Octal21410516006324555044251
Binary1000110010001011110000011001110100101101101000100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,112); }

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

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

 a { background-color: rgb(140,69,112); }

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

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

 span { border-color: rgb(140,69,112); }

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