Html Css Color HEX #844663 Cosmic

📋 copy color: '#844663'

red 132 ◦ green 70 ◦ blue 99

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

Shades of Cosmic #844663

Tints of Cosmic #844663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 43.85%
G = 23.26%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#844663 (or 0x844663) is known color: Cosmic. HEX triplet: 84, 46 and 63. RGB value is (132,70,99). Sum of RGB (Red+Green+Blue) = 132+70+99=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #844663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844663 is #7BB99C. Grayscale: #5B5B5B. Windows color (decimal): -8108445 or 6506116. OLE color: 6506116.

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

Color convert

RGB 132 70 99 -
CMYK 0 0.47 0.25 0.48
HSL 331.94º 0.31% 0.4% -
HSV(B) 331.94º 0.47% 0.52% -
XYZ 13.96 10.19 13.03 -
YUV 91.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 132 70 99 0 0.47 0.25 0.48 331.94 0.31 0.4
Hex 84 46 63 0 2F 19 30 14C 1F 28
Octal 204 106 143 0 57 31 60 514 37 50
Binary 10000100 1000110 1100011 0 101111 11001 110000 101001100 11111 101000

Color Harmonies of #844663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844663

Black with #844663

Text Example


Text Example

White with #844663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844663; }

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

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

background-color css

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

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

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

border-color css

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

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

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