Html Css Color HEX #87455D Cannon Pink

📋 copy color: '#87455D'

red 135 ◦ green 69 ◦ blue 93

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

Shades of Cannon Pink #87455D

Tints of Cannon Pink #87455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

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

R = 45.45%
G = 23.23%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87455D (or 0x87455D) is known color: Cannon Pink. HEX triplet: 87, 45 and 5D. RGB value is (135,69,93). Sum of RGB (Red+Green+Blue) = 135+69+93=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87455D is #78BAA2. Grayscale: #5B5B5B. Windows color (decimal): -7912099 or 6112647. OLE color: 6112647.

HSL color Cylindrical-coordinate representation of color #87455D: hue angle of 338.18º 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 #87455D is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 69 93 -
CMYK 0 0.49 0.31 0.47
HSL 338.18º 0.32% 0.4% -
HSV(B) 338.18º 0.49% 0.53% -
XYZ 14.1 10.2 11.58 -
YUV 91.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 135 69 93 0 0.49 0.31 0.47 338.18 0.32 0.4
Hex 87 45 5D 0 31 1F 2F 152 20 28
Octal 207 105 135 0 61 37 57 522 40 50
Binary 10000111 1000101 1011101 0 110001 11111 101111 101010010 100000 101000

Color Harmonies of #87455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87455D

Black with #87455D

Text Example


Text Example

White with #87455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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