Html Css Color HEX #885172 Cosmic

📋 copy color: '#885172'

red 136 ◦ green 81 ◦ blue 114

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

Shades of Cosmic #885172

Tints of Cosmic #885172

RGB

 RED value IS 136 (53.52% from 255) = 41.09%

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

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

R = 41.09%
G = 24.47%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#885172 (or 0x885172) is known color: Cosmic. HEX triplet: 88, 51 and 72. RGB value is (136,81,114). Sum of RGB (Red+Green+Blue) = 136+81+114=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #885172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885172 is #77AE8D. Grayscale: #656565. Windows color (decimal): -7843470 or 7491976. OLE color: 7491976.

HSL color Cylindrical-coordinate representation of color #885172: hue angle of 324º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885172 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 114 -
CMYK 0 0.40 0.16 0.47
HSL 324º 0.25% 0.43% -
HSV(B) 324º 0.4% 0.53% -
XYZ 16.13 12.33 17.45 -
YUV 101.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 136 81 114 0 0.40 0.16 0.47 324 0.25 0.43
Hex 88 51 72 0 28 10 2F 144 19 2B
Octal 210 121 162 0 50 20 57 504 31 53
Binary 10001000 1010001 1110010 0 101000 10000 101111 101000100 11001 101011

Color Harmonies of #885172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885172

Black with #885172

Text Example


Text Example

White with #885172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885172; }

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

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

background-color css

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

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

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

border-color css

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

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

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