#8C436F

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

Shades of Cosmic #8C436F

Tints of Cosmic #8C436F

Color information

#8C436F (or 0x8C436F) is unknown color: approx Cosmic. HEX triplet: 8C, 43 and 6F. RGB value is (140,67,111). Sum of RGB (Red+Green+Blue) = 140+67+111=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C436F is #73BC90. Grayscale: #5D5D5D. Windows color (decimal): -7584913 or 7291788. OLE color: 7291788.

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

Color convert

RGB14067111-
CMYK00.520.210.45
HSL323.84º35.27%40.59%-
HSV(B)323.84º52.14%54.9%-
XYZ15.6910.7416.28-
YUV93.84137.68160.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=44.03%
G=21.07%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406711100.520.210.45323.8435.2740.59
Hex8C436F034152D1442329
Octal21410315706425555044351
Binary1000110010000111101111011010010101101101101000100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,67,111); }

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

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

 a { background-color: rgb(140,67,111); }

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

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

 span { border-color: rgb(140,67,111); }

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