#8C4274

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

Shades of Cosmic #8C4274

Tints of Cosmic #8C4274

Color information

#8C4274 (or 0x8C4274) is unknown color: approx Cosmic. HEX triplet: 8C, 42 and 74. RGB value is (140,66,116). Sum of RGB (Red+Green+Blue) = 140+66+116=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4274 is #73BD8B. Grayscale: #5D5D5D. Windows color (decimal): -7585164 or 7619212. OLE color: 7619212.

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

Color convert

RGB14066116-
CMYK00.530.170.45
HSL319.46º35.92%40.39%-
HSV(B)319.46º52.86%54.9%-
XYZ15.9210.7317.76-
YUV93.83140.52160.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=43.48%
G=20.50%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406611600.530.170.45319.4635.9240.39
Hex8C4274035112D13f2428
Octal21410216406521554774450
Binary1000110010000101110100011010110001101101100111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,66,116); }

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

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

 a { background-color: rgb(140,66,116); }

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

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

 span { border-color: rgb(140,66,116); }

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