Html Css Color HEX #884958 Cannon Pink

📋 copy color: '#884958'

red 136 ◦ green 73 ◦ blue 88

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

Shades of Cannon Pink #884958

Tints of Cannon Pink #884958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 45.79%
G = 24.58%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#884958 (or 0x884958) is known color: Cannon Pink. HEX triplet: 88, 49 and 58. RGB value is (136,73,88). Sum of RGB (Red+Green+Blue) = 136+73+88=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #884958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884958 is #77B6A7. Grayscale: #5D5D5D. Windows color (decimal): -7845544 or 5785992. OLE color: 5785992.

HSL color Cylindrical-coordinate representation of color #884958: hue angle of 345.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884958 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 88 -
CMYK 0 0.46 0.35 0.47
HSL 345.71º 0.3% 0.41% -
HSV(B) 345.71º 0.46% 0.53% -
XYZ 14.3 10.7 10.55 -
YUV 93.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 136 73 88 0 0.46 0.35 0.47 345.71 0.3 0.41
Hex 88 49 58 0 2E 23 2F 15A 1E 29
Octal 210 111 130 0 56 43 57 532 36 51
Binary 10001000 1001001 1011000 0 101110 100011 101111 101011010 11110 101001

Color Harmonies of #884958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884958

Black with #884958

Text Example


Text Example

White with #884958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884958; }

 p { color: rgb(136,73,88); }

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

background-color css

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

 a { background-color: rgb(136,73,88); }

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

border-color css

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

 span { border-color: rgb(136,73,88); }

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