Html Css Color HEX #84506D Cosmic

📋 copy color: '#84506D'

red 132 ◦ green 80 ◦ blue 109

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

Shades of Cosmic #84506D

Tints of Cosmic #84506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 41.12%
G = 24.92%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84506D (or 0x84506D) is known color: Cosmic. HEX triplet: 84, 50 and 6D. RGB value is (132,80,109). Sum of RGB (Red+Green+Blue) = 132+80+109=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84506D is #7BAF92. Grayscale: #626262. Windows color (decimal): -8105875 or 7164036. OLE color: 7164036.

HSL color Cylindrical-coordinate representation of color #84506D: hue angle of 326.54º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84506D is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 109 -
CMYK 0 0.39 0.17 0.48
HSL 326.54º 0.25% 0.42% -
HSV(B) 326.54º 0.39% 0.52% -
XYZ 15.14 11.75 15.94 -
YUV 98.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 132 80 109 0 0.39 0.17 0.48 326.54 0.25 0.42
Hex 84 50 6D 0 27 11 30 147 19 2A
Octal 204 120 155 0 47 21 60 507 31 52
Binary 10000100 1010000 1101101 0 100111 10001 110000 101000111 11001 101010

Color Harmonies of #84506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84506D

Black with #84506D

Text Example


Text Example

White with #84506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84506D; }

 p { color: rgb(132,80,109); }

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

background-color css

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

 a { background-color: rgb(132,80,109); }

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

border-color css

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

 span { border-color: rgb(132,80,109); }

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