Html Css Color HEX #845570 Cosmic

📋 copy color: '#845570'

red 132 ◦ green 85 ◦ blue 112

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

Shades of Cosmic #845570

Tints of Cosmic #845570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

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

R = 40.12%
G = 25.84%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#845570 (or 0x845570) is known color: Cosmic. HEX triplet: 84, 55 and 70. RGB value is (132,85,112). Sum of RGB (Red+Green+Blue) = 132+85+112=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #845570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845570 is #7BAA8F. Grayscale: #666666. Windows color (decimal): -8104592 or 7361924. OLE color: 7361924.

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

Color convert

RGB 132 85 112 -
CMYK 0 0.36 0.15 0.48
HSL 325.53º 0.22% 0.43% -
HSV(B) 325.53º 0.36% 0.52% -
XYZ 15.69 12.57 16.93 -
YUV 102.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 132 85 112 0 0.36 0.15 0.48 325.53 0.22 0.43
Hex 84 55 70 0 24 F 30 146 16 2B
Octal 204 125 160 0 44 17 60 506 26 53
Binary 10000100 1010101 1110000 0 100100 1111 110000 101000110 10110 101011

Color Harmonies of #845570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845570

Black with #845570

Text Example


Text Example

White with #845570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845570; }

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

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

background-color css

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

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

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

border-color css

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

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

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