Html Css Color HEX #88464C Solid Pink

📋 copy color: '#88464C'

red 136 ◦ green 70 ◦ blue 76

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

Shades of Solid Pink #88464C

Tints of Solid Pink #88464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

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

R = 48.23%
G = 24.82%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88464C (or 0x88464C) is known color: Solid Pink. HEX triplet: 88, 46 and 4C. RGB value is (136,70,76). Sum of RGB (Red+Green+Blue) = 136+70+76=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88464C is #77B9B3. Grayscale: #5A5A5A. Windows color (decimal): -7846324 or 4998792. OLE color: 4998792.

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

Color convert

RGB 136 70 76 -
CMYK 0 0.49 0.44 0.47
HSL 354.55º 0.32% 0.4% -
HSV(B) 354.55º 0.49% 0.53% -
XYZ 13.65 10.14 8.07 -
YUV 90.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 136 70 76 0 0.49 0.44 0.47 354.55 0.32 0.4
Hex 88 46 4C 0 31 2C 2F 163 20 28
Octal 210 106 114 0 61 54 57 543 40 50
Binary 10001000 1000110 1001100 0 110001 101100 101111 101100011 100000 101000

Color Harmonies of #88464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88464C

Black with #88464C

Text Example


Text Example

White with #88464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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