Html Css Color HEX #895172 Cosmic

📋 copy color: '#895172'

red 137 ◦ green 81 ◦ blue 114

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

Shades of Cosmic #895172

Tints of Cosmic #895172

RGB

 RED value IS 137 (53.91% from 255) = 41.27%

 GREEN value IS 81 (32.03% from 255) = 24.4%

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 41.27%
G = 24.4%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#895172 (or 0x895172) is known color: Cosmic. HEX triplet: 89, 51 and 72. RGB value is (137,81,114). Sum of RGB (Red+Green+Blue) = 137+81+114=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #895172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895172 is #76AE8D. Grayscale: #656565. Windows color (decimal): -7777934 or 7491977. OLE color: 7491977.

HSL color Cylindrical-coordinate representation of color #895172: hue angle of 324.64º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895172 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 81 114 -
CMYK 0 0.41 0.17 0.46
HSL 324.64º 0.26% 0.43% -
HSV(B) 324.64º 0.41% 0.54% -
XYZ 16.3 12.42 17.46 -
YUV 101.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 137 81 114 0 0.41 0.17 0.46 324.64 0.26 0.43
Hex 89 51 72 0 29 11 2E 145 1A 2B
Octal 211 121 162 0 51 21 56 505 32 53
Binary 10001001 1010001 1110010 0 101001 10001 101110 101000101 11010 101011

Color Harmonies of #895172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895172

Black with #895172

Text Example


Text Example

White with #895172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895172; }

 p { color: rgb(137,81,114); }

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

background-color css

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

 a { background-color: rgb(137,81,114); }

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

border-color css

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

 span { border-color: rgb(137,81,114); }

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