Html Css Color HEX #844960 Cosmic

📋 copy color: '#844960'

red 132 ◦ green 73 ◦ blue 96

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

Shades of Cosmic #844960

Tints of Cosmic #844960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 43.85%
G = 24.25%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#844960 (or 0x844960) is known color: Cosmic. HEX triplet: 84, 49 and 60. RGB value is (132,73,96). Sum of RGB (Red+Green+Blue) = 132+73+96=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #844960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844960 is #7BB69F. Grayscale: #5D5D5D. Windows color (decimal): -8107680 or 6310276. OLE color: 6310276.

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

Color convert

RGB 132 73 96 -
CMYK 0 0.45 0.27 0.48
HSL 336.61º 0.29% 0.4% -
HSV(B) 336.61º 0.45% 0.52% -
XYZ 14.01 10.52 12.36 -
YUV 93.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 132 73 96 0 0.45 0.27 0.48 336.61 0.29 0.4
Hex 84 49 60 0 2D 1B 30 151 1D 28
Octal 204 111 140 0 55 33 60 521 35 50
Binary 10000100 1001001 1100000 0 101101 11011 110000 101010001 11101 101000

Color Harmonies of #844960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844960

Black with #844960

Text Example


Text Example

White with #844960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844960; }

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

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

background-color css

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

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

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

border-color css

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

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

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