Html Css Color HEX #87465E Cannon Pink

📋 copy color: '#87465E'

red 135 ◦ green 70 ◦ blue 94

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

Shades of Cannon Pink #87465E

Tints of Cannon Pink #87465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 45.15%
G = 23.41%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87465E (or 0x87465E) is known color: Cannon Pink. HEX triplet: 87, 46 and 5E. RGB value is (135,70,94). Sum of RGB (Red+Green+Blue) = 135+70+94=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87465E is #78B9A1. Grayscale: #5C5C5C. Windows color (decimal): -7911842 or 6178439. OLE color: 6178439.

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

Color convert

RGB 135 70 94 -
CMYK 0 0.48 0.30 0.47
HSL 337.85º 0.32% 0.4% -
HSV(B) 337.85º 0.48% 0.53% -
XYZ 14.2 10.34 11.84 -
YUV 92.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 135 70 94 0 0.48 0.30 0.47 337.85 0.32 0.4
Hex 87 46 5E 0 30 1E 2F 152 20 28
Octal 207 106 136 0 60 36 57 522 40 50
Binary 10000111 1000110 1011110 0 110000 11110 101111 101010010 100000 101000

Color Harmonies of #87465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87465E

Black with #87465E

Text Example


Text Example

White with #87465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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