Html Css Color HEX #886085 Trendy Pink

📋 copy color: '#886085'

red 136 ◦ green 96 ◦ blue 133

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

Shades of Trendy Pink #886085

Tints of Trendy Pink #886085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 37.26%
G = 26.3%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#886085 (or 0x886085) is known color: Trendy Pink. HEX triplet: 88, 60 and 85. RGB value is (136,96,133). Sum of RGB (Red+Green+Blue) = 136+96+133=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #886085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886085 is #779F7A. Grayscale: #707070. Windows color (decimal): -7839611 or 8741000. OLE color: 8741000.

HSL color Cylindrical-coordinate representation of color #886085: hue angle of 304.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886085 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 133 -
CMYK 0 0.29 0.02 0.47
HSL 304.5º 0.17% 0.45% -
HSV(B) 304.5º 0.29% 0.53% -
XYZ 18.57 15.29 24.16 -
YUV 112.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 136 96 133 0 0.29 0.02 0.47 304.5 0.17 0.45
Hex 88 60 85 0 1D 2 2F 130 11 2D
Octal 210 140 205 0 35 2 57 460 21 55
Binary 10001000 1100000 10000101 0 11101 10 101111 100110000 10001 101101

Color Harmonies of #886085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886085

Black with #886085

Text Example


Text Example

White with #886085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886085; }

 p { color: rgb(136,96,133); }

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

background-color css

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

 a { background-color: rgb(136,96,133); }

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

border-color css

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

 span { border-color: rgb(136,96,133); }

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