Html Css Color HEX #844664 Cosmic

📋 copy color: '#844664'

red 132 ◦ green 70 ◦ blue 100

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

Shades of Cosmic #844664

Tints of Cosmic #844664

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

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

R = 43.71%
G = 23.18%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#844664 (or 0x844664) is known color: Cosmic. HEX triplet: 84, 46 and 64. RGB value is (132,70,100). Sum of RGB (Red+Green+Blue) = 132+70+100=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #844664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844664 is #7BB99B. Grayscale: #5B5B5B. Windows color (decimal): -8108444 or 6571652. OLE color: 6571652.

HSL color Cylindrical-coordinate representation of color #844664: hue angle of 330.97º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844664 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 100 -
CMYK 0 0.47 0.24 0.48
HSL 330.97º 0.31% 0.4% -
HSV(B) 330.97º 0.47% 0.52% -
XYZ 14.01 10.21 13.29 -
YUV 91.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 132 70 100 0 0.47 0.24 0.48 330.97 0.31 0.4
Hex 84 46 64 0 2F 18 30 14B 1F 28
Octal 204 106 144 0 57 30 60 513 37 50
Binary 10000100 1000110 1100100 0 101111 11000 110000 101001011 11111 101000

Color Harmonies of #844664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844664

Black with #844664

Text Example


Text Example

White with #844664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844664; }

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

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

background-color css

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

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

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

border-color css

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

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

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