Html Css Color HEX #844066 Cosmic

📋 copy color: '#844066'

red 132 ◦ green 64 ◦ blue 102

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

Shades of Cosmic #844066

Tints of Cosmic #844066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.48%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 44.3%
G = 21.48%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844066 (or 0x844066) is known color: Cosmic. HEX triplet: 84, 40 and 66. RGB value is (132,64,102). Sum of RGB (Red+Green+Blue) = 132+64+102=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #844066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844066 is #7BBF99. Grayscale: #585858. Windows color (decimal): -8109978 or 6701188. OLE color: 6701188.

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

Color convert

RGB 132 64 102 -
CMYK 0 0.52 0.23 0.48
HSL 326.47º 0.35% 0.38% -
HSV(B) 326.47º 0.52% 0.52% -
XYZ 13.75 9.53 13.69 -
YUV 88.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 132 64 102 0 0.52 0.23 0.48 326.47 0.35 0.38
Hex 84 40 66 0 34 17 30 146 23 26
Octal 204 100 146 0 64 27 60 506 43 46
Binary 10000100 1000000 1100110 0 110100 10111 110000 101000110 100011 100110

Color Harmonies of #844066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844066

Black with #844066

Text Example


Text Example

White with #844066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844066; }

 p { color: rgb(132,64,102); }

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

background-color css

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

 a { background-color: rgb(132,64,102); }

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

border-color css

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

 span { border-color: rgb(132,64,102); }

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