Html Css Color HEX #844666 Cosmic

📋 copy color: '#844666'

red 132 ◦ green 70 ◦ blue 102

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

Shades of Cosmic #844666

Tints of Cosmic #844666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 43.42%
G = 23.03%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844666 (or 0x844666) is known color: Cosmic. HEX triplet: 84, 46 and 66. RGB value is (132,70,102). Sum of RGB (Red+Green+Blue) = 132+70+102=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #844666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844666 is #7BB999. Grayscale: #5C5C5C. Windows color (decimal): -8108442 or 6702724. OLE color: 6702724.

HSL color Cylindrical-coordinate representation of color #844666: hue angle of 329.03º 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 #844666 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 102 -
CMYK 0 0.47 0.23 0.48
HSL 329.03º 0.31% 0.4% -
HSV(B) 329.03º 0.47% 0.52% -
XYZ 14.1 10.25 13.8 -
YUV 92.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 132 70 102 0 0.47 0.23 0.48 329.03 0.31 0.4
Hex 84 46 66 0 2F 17 30 149 1F 28
Octal 204 106 146 0 57 27 60 511 37 50
Binary 10000100 1000110 1100110 0 101111 10111 110000 101001001 11111 101000

Color Harmonies of #844666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844666

Black with #844666

Text Example


Text Example

White with #844666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844666; }

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

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

background-color css

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

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

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

border-color css

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

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

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