Html Css Color HEX #844662 Cosmic

📋 copy color: '#844662'

red 132 ◦ green 70 ◦ blue 98

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

Shades of Cosmic #844662

Tints of Cosmic #844662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 44%
G = 23.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#844662 (or 0x844662) is known color: Cosmic. HEX triplet: 84, 46 and 62. RGB value is (132,70,98). Sum of RGB (Red+Green+Blue) = 132+70+98=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #844662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844662 is #7BB99D. Grayscale: #5B5B5B. Windows color (decimal): -8108446 or 6440580. OLE color: 6440580.

HSL color Cylindrical-coordinate representation of color #844662: hue angle of 332.9º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844662 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 98 -
CMYK 0 0.47 0.26 0.48
HSL 332.9º 0.31% 0.4% -
HSV(B) 332.9º 0.47% 0.52% -
XYZ 13.91 10.17 12.78 -
YUV 91.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 132 70 98 0 0.47 0.26 0.48 332.9 0.31 0.4
Hex 84 46 62 0 2F 1A 30 14D 1F 28
Octal 204 106 142 0 57 32 60 515 37 50
Binary 10000100 1000110 1100010 0 101111 11010 110000 101001101 11111 101000

Color Harmonies of #844662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844662

Black with #844662

Text Example


Text Example

White with #844662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844662; }

 p { color: rgb(132,70,98); }

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

background-color css

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

 a { background-color: rgb(132,70,98); }

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

border-color css

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

 span { border-color: rgb(132,70,98); }

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