Html Css Color HEX #845970 Cosmic

📋 copy color: '#845970'

red 132 ◦ green 89 ◦ blue 112

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

Shades of Cosmic #845970

Tints of Cosmic #845970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.73%

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 39.64%
G = 26.73%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#845970 (or 0x845970) is known color: Cosmic. HEX triplet: 84, 59 and 70. RGB value is (132,89,112). Sum of RGB (Red+Green+Blue) = 132+89+112=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #845970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845970 is #7BA68F. Grayscale: #686868. Windows color (decimal): -8103568 or 7362948. OLE color: 7362948.

HSL color Cylindrical-coordinate representation of color #845970: hue angle of 327.91º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845970 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 89 112 -
CMYK 0 0.33 0.15 0.48
HSL 327.91º 0.19% 0.43% -
HSV(B) 327.91º 0.33% 0.52% -
XYZ 16.01 13.22 17.04 -
YUV 104.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 132 89 112 0 0.33 0.15 0.48 327.91 0.19 0.43
Hex 84 59 70 0 21 F 30 148 13 2B
Octal 204 131 160 0 41 17 60 510 23 53
Binary 10000100 1011001 1110000 0 100001 1111 110000 101001000 10011 101011

Color Harmonies of #845970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845970

Black with #845970

Text Example


Text Example

White with #845970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845970; }

 p { color: rgb(132,89,112); }

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

background-color css

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

 a { background-color: rgb(132,89,112); }

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

border-color css

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

 span { border-color: rgb(132,89,112); }

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