Html Css Color HEX #844668 Cosmic

📋 copy color: '#844668'

red 132 ◦ green 70 ◦ blue 104

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

Shades of Cosmic #844668

Tints of Cosmic #844668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 43.14%
G = 22.88%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#844668 (or 0x844668) is known color: Cosmic. HEX triplet: 84, 46 and 68. RGB value is (132,70,104). Sum of RGB (Red+Green+Blue) = 132+70+104=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #844668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844668 is #7BB997. Grayscale: #5C5C5C. Windows color (decimal): -8108440 or 6833796. OLE color: 6833796.

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

Color convert

RGB 132 70 104 -
CMYK 0 0.47 0.21 0.48
HSL 327.1º 0.31% 0.4% -
HSV(B) 327.1º 0.47% 0.52% -
XYZ 14.2 10.29 14.33 -
YUV 92.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 132 70 104 0 0.47 0.21 0.48 327.1 0.31 0.4
Hex 84 46 68 0 2F 15 30 147 1F 28
Octal 204 106 150 0 57 25 60 507 37 50
Binary 10000100 1000110 1101000 0 101111 10101 110000 101000111 11111 101000

Color Harmonies of #844668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844668

Black with #844668

Text Example


Text Example

White with #844668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844668; }

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

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

background-color css

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

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

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

border-color css

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

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

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