Html Css Color HEX #844C64 Cosmic

📋 copy color: '#844C64'

red 132 ◦ green 76 ◦ blue 100

#844C64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #844C64

Tints of Cosmic #844C64

RGB

 RED value IS 132 (51.95% from 255) = 42.86%

 GREEN value IS 76 (30.08% from 255) = 24.68%

 BLUE value IS 100 (39.45% from 255) = 32.47%

R = 42.86%
G = 24.68%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#844C64 (or 0x844C64) is known color: Cosmic. HEX triplet: 84, 4C and 64. RGB value is (132,76,100). Sum of RGB (Red+Green+Blue) = 132+76+100=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #844C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C64 is #7BB39B. Grayscale: #5F5F5F. Windows color (decimal): -8106908 or 6573188. OLE color: 6573188.

HSL color Cylindrical-coordinate representation of color #844C64: hue angle of 334.29º 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 #844C64 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 76 100 -
CMYK 0 0.42 0.24 0.48
HSL 334.29º 0.27% 0.41% -
HSV(B) 334.29º 0.42% 0.52% -
XYZ 14.4 10.99 13.42 -
YUV 95.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 132 76 100 0 0.42 0.24 0.48 334.29 0.27 0.41
Hex 84 4C 64 0 2A 18 30 14E 1B 29
Octal 204 114 144 0 52 30 60 516 33 51
Binary 10000100 1001100 1100100 0 101010 11000 110000 101001110 11011 101001

Color Harmonies of #844C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C64

Black with #844C64

Text Example


Text Example

White with #844C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #844C64;
 }
 .AnyTagClassName
 {
   color: #844C64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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