#844C63

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

Shades of Cosmic #844C63

Tints of Cosmic #844C63

Color information

#844C63 (or 0x844C63) is unknown color: approx Cosmic. HEX triplet: 84, 4C and 63. RGB value is (132,76,99). Sum of RGB (Red+Green+Blue) = 132+76+99=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #844C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C63 is #7BB39C. Grayscale: #5F5F5F. Windows color (decimal): -8106909 or 6507652. OLE color: 6507652.

HSL color Cylindrical-coordinate representation of color #844C63: hue angle of 335.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844C63 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1327699-
CMYK00.420.250.48
HSL335.36º26.92%40.78%-
HSV(B)335.36º42.42%51.76%-
XYZ14.3510.9813.17-
YUV95.37130.05154.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 99 (39.06% from 255) = 32.25%
R=43.00%
G=24.76%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132769900.420.250.48335.3626.9240.78
Hex844C6302A193014f1b29
Octal20411414305231605173351
Binary100001001001100110001101010101100111000010100111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844C63; }

 p { color: rgb(132,76,99); }

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

<style>
 a { background-color: #844C63; }

 a { background-color: rgb(132,76,99); }

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

<style>
 span { border-color: #844C63; }

 span { border-color: rgb(132,76,99); }

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