Html Css Color HEX #843E60 Cosmic

📋 copy color: '#843E60'

red 132 ◦ green 62 ◦ blue 96

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

Shades of Cosmic #843E60

Tints of Cosmic #843E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.38%

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

R = 45.52%
G = 21.38%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#843E60 (or 0x843E60) is known color: Cosmic. HEX triplet: 84, 3E and 60. RGB value is (132,62,96). Sum of RGB (Red+Green+Blue) = 132+62+96=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #843E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E60 is #7BC19F. Grayscale: #565656. Windows color (decimal): -8110496 or 6307460. OLE color: 6307460.

HSL color Cylindrical-coordinate representation of color #843E60: hue angle of 330.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #843E60 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 62 96 -
CMYK 0 0.53 0.27 0.48
HSL 330.86º 0.36% 0.38% -
HSV(B) 330.86º 0.53% 0.52% -
XYZ 13.35 9.2 12.14 -
YUV 86.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 132 62 96 0 0.53 0.27 0.48 330.86 0.36 0.38
Hex 84 3E 60 0 35 1B 30 14B 24 26
Octal 204 76 140 0 65 33 60 513 44 46
Binary 10000100 111110 1100000 0 110101 11011 110000 101001011 100100 100110

Color Harmonies of #843E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843E60

Black with #843E60

Text Example


Text Example

White with #843E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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