Html Css Color HEX #84486C Cosmic

📋 copy color: '#84486C'

red 132 ◦ green 72 ◦ blue 108

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

Shades of Cosmic #84486C

Tints of Cosmic #84486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 42.31%
G = 23.08%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84486C (or 0x84486C) is known color: Cosmic. HEX triplet: 84, 48 and 6C. RGB value is (132,72,108). Sum of RGB (Red+Green+Blue) = 132+72+108=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84486C is #7BB793. Grayscale: #5D5D5D. Windows color (decimal): -8107924 or 7096452. OLE color: 7096452.

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

Color convert

RGB 132 72 108 -
CMYK 0 0.45 0.18 0.48
HSL 324º 0.29% 0.4% -
HSV(B) 324º 0.45% 0.52% -
XYZ 14.54 10.62 15.47 -
YUV 94.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 132 72 108 0 0.45 0.18 0.48 324 0.29 0.4
Hex 84 48 6C 0 2D 12 30 144 1D 28
Octal 204 110 154 0 55 22 60 504 35 50
Binary 10000100 1001000 1101100 0 101101 10010 110000 101000100 11101 101000

Color Harmonies of #84486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84486C

Black with #84486C

Text Example


Text Example

White with #84486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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