Html Css Color HEX #844260 Cosmic

📋 copy color: '#844260'

red 132 ◦ green 66 ◦ blue 96

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

Shades of Cosmic #844260

Tints of Cosmic #844260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

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

R = 44.9%
G = 22.45%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#844260 (or 0x844260) is known color: Cosmic. HEX triplet: 84, 42 and 60. RGB value is (132,66,96). Sum of RGB (Red+Green+Blue) = 132+66+96=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #844260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844260 is #7BBD9F. Grayscale: #595959. Windows color (decimal): -8109472 or 6308484. OLE color: 6308484.

HSL color Cylindrical-coordinate representation of color #844260: hue angle of 332.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844260 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 96 -
CMYK 0 0.5 0.27 0.48
HSL 332.73º 0.33% 0.39% -
HSV(B) 332.73º 0.5% 0.52% -
XYZ 13.58 9.65 12.21 -
YUV 89.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 132 66 96 0 0.5 0.27 0.48 332.73 0.33 0.39
Hex 84 42 60 0 32 1B 30 14D 21 27
Octal 204 102 140 0 62 33 60 515 41 47
Binary 10000100 1000010 1100000 0 110010 11011 110000 101001101 100001 100111

Color Harmonies of #844260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844260

Black with #844260

Text Example


Text Example

White with #844260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844260; }

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

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

background-color css

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

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

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

border-color css

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

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

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