Html Css Color HEX #88434C Solid Pink

📋 copy color: '#88434C'

red 136 ◦ green 67 ◦ blue 76

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

Shades of Solid Pink #88434C

Tints of Solid Pink #88434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 48.75%
G = 24.01%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88434C (or 0x88434C) is known color: Solid Pink. HEX triplet: 88, 43 and 4C. RGB value is (136,67,76). Sum of RGB (Red+Green+Blue) = 136+67+76=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88434C is #77BCB3. Grayscale: #585858. Windows color (decimal): -7847092 or 4998024. OLE color: 4998024.

HSL color Cylindrical-coordinate representation of color #88434C: hue angle of 352.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88434C is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 67 76 -
CMYK 0 0.51 0.44 0.47
HSL 352.17º 0.34% 0.4% -
HSV(B) 352.17º 0.51% 0.53% -
XYZ 13.47 9.77 8.01 -
YUV 88.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 136 67 76 0 0.51 0.44 0.47 352.17 0.34 0.4
Hex 88 43 4C 0 33 2C 2F 160 22 28
Octal 210 103 114 0 63 54 57 540 42 50
Binary 10001000 1000011 1001100 0 110011 101100 101111 101100000 100010 101000

Color Harmonies of #88434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88434C

Black with #88434C

Text Example


Text Example

White with #88434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88434C; }

 p { color: rgb(136,67,76); }

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

background-color css

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

 a { background-color: rgb(136,67,76); }

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

border-color css

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

 span { border-color: rgb(136,67,76); }

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