Html Css Color HEX #84486F Cosmic

📋 copy color: '#84486F'

red 132 ◦ green 72 ◦ blue 111

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

Shades of Cosmic #84486F

Tints of Cosmic #84486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 41.9%
G = 22.86%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84486F (or 0x84486F) is known color: Cosmic. HEX triplet: 84, 48 and 6F. RGB value is (132,72,111). Sum of RGB (Red+Green+Blue) = 132+72+111=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #84486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84486F is #7BB790. Grayscale: #5E5E5E. Windows color (decimal): -8107921 or 7293060. OLE color: 7293060.

HSL color Cylindrical-coordinate representation of color #84486F: hue angle of 321º 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 #84486F is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 72 111 -
CMYK 0 0.45 0.16 0.48
HSL 321º 0.29% 0.4% -
HSV(B) 321º 0.45% 0.52% -
XYZ 14.7 10.69 16.33 -
YUV 94.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 132 72 111 0 0.45 0.16 0.48 321 0.29 0.4
Hex 84 48 6F 0 2D 10 30 141 1D 28
Octal 204 110 157 0 55 20 60 501 35 50
Binary 10000100 1001000 1101111 0 101101 10000 110000 101000001 11101 101000

Color Harmonies of #84486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84486F

Black with #84486F

Text Example


Text Example

White with #84486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84486F; }

 p { color: rgb(132,72,111); }

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

background-color css

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

 a { background-color: rgb(132,72,111); }

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

border-color css

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

 span { border-color: rgb(132,72,111); }

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