Html Css Color HEX #84496A Cosmic

📋 copy color: '#84496A'

red 132 ◦ green 73 ◦ blue 106

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

Shades of Cosmic #84496A

Tints of Cosmic #84496A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 42.44%
G = 23.47%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84496A (or 0x84496A) is known color: Cosmic. HEX triplet: 84, 49 and 6A. RGB value is (132,73,106). Sum of RGB (Red+Green+Blue) = 132+73+106=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84496A is #7BB695. Grayscale: #5E5E5E. Windows color (decimal): -8107670 or 6965636. OLE color: 6965636.

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

Color convert

RGB 132 73 106 -
CMYK 0 0.45 0.20 0.48
HSL 326.44º 0.29% 0.4% -
HSV(B) 326.44º 0.45% 0.52% -
XYZ 14.5 10.71 14.94 -
YUV 94.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 132 73 106 0 0.45 0.20 0.48 326.44 0.29 0.4
Hex 84 49 6A 0 2D 14 30 146 1D 28
Octal 204 111 152 0 55 24 60 506 35 50
Binary 10000100 1001001 1101010 0 101101 10100 110000 101000110 11101 101000

Color Harmonies of #84496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84496A

Black with #84496A

Text Example


Text Example

White with #84496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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