Html Css Color HEX #844966 Cosmic

📋 copy color: '#844966'

red 132 ◦ green 73 ◦ blue 102

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

Shades of Cosmic #844966

Tints of Cosmic #844966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

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

R = 43%
G = 23.78%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844966 (or 0x844966) is known color: Cosmic. HEX triplet: 84, 49 and 66. RGB value is (132,73,102). Sum of RGB (Red+Green+Blue) = 132+73+102=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #844966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844966 is #7BB699. Grayscale: #5D5D5D. Windows color (decimal): -8107674 or 6703492. OLE color: 6703492.

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

Color convert

RGB 132 73 102 -
CMYK 0 0.45 0.23 0.48
HSL 330.51º 0.29% 0.4% -
HSV(B) 330.51º 0.45% 0.52% -
XYZ 14.3 10.63 13.87 -
YUV 93.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 132 73 102 0 0.45 0.23 0.48 330.51 0.29 0.4
Hex 84 49 66 0 2D 17 30 14B 1D 28
Octal 204 111 146 0 55 27 60 513 35 50
Binary 10000100 1001001 1100110 0 101101 10111 110000 101001011 11101 101000

Color Harmonies of #844966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844966

Black with #844966

Text Example


Text Example

White with #844966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844966; }

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

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

background-color css

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

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

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

border-color css

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

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

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