Html Css Color HEX #84466B Cosmic

📋 copy color: '#84466B'

red 132 ◦ green 70 ◦ blue 107

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

Shades of Cosmic #84466B

Tints of Cosmic #84466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 42.72%
G = 22.65%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84466B (or 0x84466B) is known color: Cosmic. HEX triplet: 84, 46 and 6B. RGB value is (132,70,107). Sum of RGB (Red+Green+Blue) = 132+70+107=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84466B is #7BB994. Grayscale: #5C5C5C. Windows color (decimal): -8108437 or 7030404. OLE color: 7030404.

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

Color convert

RGB 132 70 107 -
CMYK 0 0.47 0.19 0.48
HSL 324.19º 0.31% 0.4% -
HSV(B) 324.19º 0.47% 0.52% -
XYZ 14.36 10.35 15.15 -
YUV 92.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 132 70 107 0 0.47 0.19 0.48 324.19 0.31 0.4
Hex 84 46 6B 0 2F 13 30 144 1F 28
Octal 204 106 153 0 57 23 60 504 37 50
Binary 10000100 1000110 1101011 0 101111 10011 110000 101000100 11111 101000

Color Harmonies of #84466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84466B

Black with #84466B

Text Example


Text Example

White with #84466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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