Html Css Color HEX #87585D Cannon Pink

📋 copy color: '#87585D'

red 135 ◦ green 88 ◦ blue 93

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

Shades of Cannon Pink #87585D

Tints of Cannon Pink #87585D

RGB

 RED value IS 135 (53.13% from 255) = 42.72%

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 42.72%
G = 27.85%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87585D (or 0x87585D) is known color: Cannon Pink. HEX triplet: 87, 58 and 5D. RGB value is (135,88,93). Sum of RGB (Red+Green+Blue) = 135+88+93=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #87585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87585D is #78A7A2. Grayscale: #666666. Windows color (decimal): -7907235 or 6117511. OLE color: 6117511.

HSL color Cylindrical-coordinate representation of color #87585D: hue angle of 353.62º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87585D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 88 93 -
CMYK 0 0.35 0.31 0.47
HSL 353.62º 0.21% 0.44% -
HSV(B) 353.62º 0.35% 0.53% -
XYZ 15.46 12.92 12.04 -
YUV 102.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 135 88 93 0 0.35 0.31 0.47 353.62 0.21 0.44
Hex 87 58 5D 0 23 1F 2F 162 15 2C
Octal 207 130 135 0 43 37 57 542 25 54
Binary 10000111 1011000 1011101 0 100011 11111 101111 101100010 10101 101100

Color Harmonies of #87585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87585D

Black with #87585D

Text Example


Text Example

White with #87585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87585D; }

 p { color: rgb(135,88,93); }

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

background-color css

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

 a { background-color: rgb(135,88,93); }

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

border-color css

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

 span { border-color: rgb(135,88,93); }

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