Html Css Color HEX #84485C Cosmic

📋 copy color: '#84485C'

red 132 ◦ green 72 ◦ blue 92

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

Shades of Cosmic #84485C

Tints of Cosmic #84485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 44.59%
G = 24.32%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84485C (or 0x84485C) is known color: Cosmic. HEX triplet: 84, 48 and 5C. RGB value is (132,72,92). Sum of RGB (Red+Green+Blue) = 132+72+92=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84485C is #7BB7A3. Grayscale: #5C5C5C. Windows color (decimal): -8107940 or 6047876. OLE color: 6047876.

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

Color convert

RGB 132 72 92 -
CMYK 0 0.45 0.30 0.48
HSL 340º 0.29% 0.4% -
HSV(B) 340º 0.45% 0.52% -
XYZ 13.76 10.31 11.39 -
YUV 92.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 132 72 92 0 0.45 0.30 0.48 340 0.29 0.4
Hex 84 48 5C 0 2D 1E 30 154 1D 28
Octal 204 110 134 0 55 36 60 524 35 50
Binary 10000100 1001000 1011100 0 101101 11110 110000 101010100 11101 101000

Color Harmonies of #84485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84485C

Black with #84485C

Text Example


Text Example

White with #84485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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