Html Css Color HEX #87485D Cannon Pink

📋 copy color: '#87485D'

red 135 ◦ green 72 ◦ blue 93

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

Shades of Cannon Pink #87485D

Tints of Cannon Pink #87485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

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

R = 45%
G = 24%
B = 31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87485D (or 0x87485D) is known color: Cannon Pink. HEX triplet: 87, 48 and 5D. RGB value is (135,72,93). Sum of RGB (Red+Green+Blue) = 135+72+93=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #87485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87485D is #78B7A2. Grayscale: #5D5D5D. Windows color (decimal): -7911331 or 6113415. OLE color: 6113415.

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

Color convert

RGB 135 72 93 -
CMYK 0 0.47 0.31 0.47
HSL 340º 0.3% 0.41% -
HSV(B) 340º 0.47% 0.53% -
XYZ 14.28 10.58 11.64 -
YUV 93.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 135 72 93 0 0.47 0.31 0.47 340 0.3 0.41
Hex 87 48 5D 0 2F 1F 2F 154 1E 29
Octal 207 110 135 0 57 37 57 524 36 51
Binary 10000111 1001000 1011101 0 101111 11111 101111 101010100 11110 101001

Color Harmonies of #87485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87485D

Black with #87485D

Text Example


Text Example

White with #87485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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