Html Css Color HEX #87465A Cannon Pink

📋 copy color: '#87465A'

red 135 ◦ green 70 ◦ blue 90

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

Shades of Cannon Pink #87465A

Tints of Cannon Pink #87465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 45.76%
G = 23.73%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#87465A (or 0x87465A) is known color: Cannon Pink. HEX triplet: 87, 46 and 5A. RGB value is (135,70,90). Sum of RGB (Red+Green+Blue) = 135+70+90=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87465A is #78B9A5. Grayscale: #5B5B5B. Windows color (decimal): -7911846 or 5916295. OLE color: 5916295.

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

Color convert

RGB 135 70 90 -
CMYK 0 0.48 0.33 0.47
HSL 341.54º 0.32% 0.4% -
HSV(B) 341.54º 0.48% 0.53% -
XYZ 14.03 10.27 10.92 -
YUV 91.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 135 70 90 0 0.48 0.33 0.47 341.54 0.32 0.4
Hex 87 46 5A 0 30 21 2F 156 20 28
Octal 207 106 132 0 60 41 57 526 40 50
Binary 10000111 1000110 1011010 0 110000 100001 101111 101010110 100000 101000

Color Harmonies of #87465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87465A

Black with #87465A

Text Example


Text Example

White with #87465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87465A; }

 p { color: rgb(135,70,90); }

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

background-color css

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

 a { background-color: rgb(135,70,90); }

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

border-color css

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

 span { border-color: rgb(135,70,90); }

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