Html Css Color HEX #87465C Cannon Pink

📋 copy color: '#87465C'

red 135 ◦ green 70 ◦ blue 92

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

Shades of Cannon Pink #87465C

Tints of Cannon Pink #87465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 45.45%
G = 23.57%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87465C (or 0x87465C) is known color: Cannon Pink. HEX triplet: 87, 46 and 5C. RGB value is (135,70,92). Sum of RGB (Red+Green+Blue) = 135+70+92=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87465C is #78B9A3. Grayscale: #5B5B5B. Windows color (decimal): -7911844 or 6047367. OLE color: 6047367.

HSL color Cylindrical-coordinate representation of color #87465C: hue angle of 339.69º 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 #87465C is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 70 92 -
CMYK 0 0.48 0.32 0.47
HSL 339.69º 0.32% 0.4% -
HSV(B) 339.69º 0.48% 0.53% -
XYZ 14.11 10.3 11.37 -
YUV 91.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 135 70 92 0 0.48 0.32 0.47 339.69 0.32 0.4
Hex 87 46 5C 0 30 20 2F 154 20 28
Octal 207 106 134 0 60 40 57 524 40 50
Binary 10000111 1000110 1011100 0 110000 100000 101111 101010100 100000 101000

Color Harmonies of #87465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87465C

Black with #87465C

Text Example


Text Example

White with #87465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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