Html Css Color HEX #84506E Cosmic

📋 copy color: '#84506E'

red 132 ◦ green 80 ◦ blue 110

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

Shades of Cosmic #84506E

Tints of Cosmic #84506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 40.99%
G = 24.84%
B = 34.16%

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

#84506E (or 0x84506E) is known color: Cosmic. HEX triplet: 84, 50 and 6E. RGB value is (132,80,110). Sum of RGB (Red+Green+Blue) = 132+80+110=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84506E is #7BAF91. Grayscale: #626262. Windows color (decimal): -8105874 or 7229572. OLE color: 7229572.

HSL color Cylindrical-coordinate representation of color #84506E: hue angle of 325.38º 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 #84506E is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 110 -
CMYK 0 0.39 0.17 0.48
HSL 325.38º 0.25% 0.42% -
HSV(B) 325.38º 0.39% 0.52% -
XYZ 15.2 11.77 16.22 -
YUV 98.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 132 80 110 0 0.39 0.17 0.48 325.38 0.25 0.42
Hex 84 50 6E 0 27 11 30 145 19 2A
Octal 204 120 156 0 47 21 60 505 31 52
Binary 10000100 1010000 1101110 0 100111 10001 110000 101000101 11001 101010

Color Harmonies of #84506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84506E

Black with #84506E

Text Example


Text Example

White with #84506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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